1
0
Fork 0
hscloud/README

22 lines
599 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 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.
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.