blob: 5a61a6f6f02f5fe4dad7561463267f70058f0345 [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001HSCloud
2=======
3
4This is a monorepo. You'll need bash and Bazel 0.20.0+ to use it.
5
Sergiusz Bazanski1e6b52a2019-05-15 19:08:25 +02006You'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.
7
Sergiusz Bazanskide061802019-01-13 21:14:02 +01008Getting started
9---------------
10
11 cd hscloud
12 . env.sh # setup PATH and hscloud_root
13 tools/install.sh # build tools
14
Sergiusz Bazanski144f9212019-01-18 00:24:13 +010015
Sergiusz Bazanskib13b7ff2019-08-29 20:12:24 +020016Then, to get Kubernetes access to k0.hswaw.net (current nearly-production cluster):
Sergiusz Bazanski144f9212019-01-18 00:24:13 +010017
Sergiusz Bazanskib13b7ff2019-08-29 20:12:24 +020018 prodaccess
Sergiusz Bazanskide061802019-01-13 21:14:02 +010019 kubectl version
Sergiusz Bazanski74d27832019-01-18 00:28:28 +010020
Sergiusz Bazanskib13b7ff2019-08-29 20:12:24 +020021You will automatically get a `personal-$USERNAME` namespace created in which you have full admin rights.
Sergiusz Bazanski13bb1bf2019-08-31 16:33:29 +020022
23For mor information about the cluster, see [cluster/README].