forked from hswaw/hscloud
infra monorepo (https://gerrit.hackerspace.pl)
q3k
154baf1cf6
Change-Id: I080ae267ea3afc19ae7d65ca458f71206bb6ed4e |
||
---|---|---|
app | ||
bgpwtf | ||
bzl | ||
cluster | ||
dc | ||
devtools | ||
gcp | ||
go | ||
hswaw | ||
kube | ||
personal/q3k | ||
third_party | ||
tools | ||
.bazelrc | ||
.gitignore | ||
BUILD | ||
COPYING | ||
README | ||
WORKSPACE | ||
env.fish | ||
env.sh |
README
HSCloud ======= This is a monorepo. You'll need bash and Bazel 1.0.0+ to use it. If you have Nix installed you will also be able to manage bare metal nodes. If you don't want that, you can skip it. Getting started --------------- cd hscloud . env.sh # setup PATH and hscloud_root tools/install.sh # build tools Then, to get Kubernetes access to k0.hswaw.net (current nearly-production cluster): prodaccess kubectl version You will automatically get a `personal-$USERNAME` namespace created in which you have full admin rights. For mor information about the cluster, see [cluster/README].