blob: 5b2fb7b8114e58348418ee3b7dc89a0e5e6d5bda [file] [log] [blame]
Sergiusz Bazanskide061802019-01-13 21:14:02 +01001HSCloud Clusters
2================
3
4Current cluster: `k0.hswaw.net`
5
6Accessing via kubectl
7---------------------
8
9There isn't yet a service for getting short-term user certificates. Instead, you'll have to get admin certificates:
10
11 clustercfg admincreds $(whoami)-admin
12 kubectl get nodes
13
14Provisioning nodes
15------------------
16
17 - bring up a new node with nixos, running the configuration.nix from bootstrap (to be documented)
18 - `clustercfg nodestrap bc01nXX.hswaw.net`
19
20That's it!