mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-03-15 05:04:52 +00:00
infra monorepo (https://gerrit.hackerspace.pl)
Add emacs swap files to .gitignore. Change-Id: I5e0e3e31a0a0cd6d73e6c89a82b73412f0f78a15 |
||
---|---|---|
app | ||
bgpwtf | ||
bzl | ||
cluster | ||
dc | ||
devtools | ||
gcp | ||
go | ||
hswaw | ||
kube | ||
personal/q3k | ||
pip | ||
tools | ||
.bazelrc | ||
.gitignore | ||
BUILD | ||
COPYING | ||
env.sh | ||
README | ||
WORKSPACE |
HSCloud ======= This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it. You'll also need Nix installed globally in your system until [rules_nixpkgs/75](https://github.com/tweag/rules_nixpkgs/issues/75) is resolved. Or run on NixOS. Getting started --------------- cd hscloud . env.sh # setup PATH and hscloud_root tools/install.sh # build tools Then, to get Kubernets: echo "185.236.240.36 k0.hswaw.net" >> /etc/hosts # temporary hack until we get loadbalancers working bazel run //cluster/clustercfg:clustercfg admincreds $(whoami)-admin # get administrative creds (valid for 5 days) kubectl version Clusters ======== The following kubernetes clusters are available: k0.hswaw.net ------------ 3 nodes (bc01n{01,02,03}.hswaw.net), mixed worker/master. No persistent storage (yet). Temporary development cluster. Will become base production cluster once configuration is done, but will *likely be fully cleared*. Feel free to use for tests, but your pods might disappear at any time.