1
0
Fork 0
hscloud/README

25 lines
618 B
Plaintext
Raw Normal View History

2019-01-13 20:14:02 +00:00
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.
2019-01-13 20:14:02 +00:00
2019-01-13 20:14:02 +00:00
Getting started
---------------
cd hscloud
. env.sh # setup PATH and hscloud_root
tools/install.sh # build tools
2019-01-17 23:24:13 +00:00
Then, to get Kubernetes access to k0.hswaw.net (current nearly-production cluster):
2019-01-17 23:24:13 +00:00
prodaccess
2019-01-13 20:14:02 +00:00
kubectl version
2019-01-17 23:28:28 +00:00
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].