1
0
Fork 0
hscloud/cluster
informatic 2afe604595 cluster/kube: minor cert-manager cleanups, disable webhooks by default 2019-04-02 14:43:34 +02:00
..
certs cluster/kube: initial cert-manager implementation 2019-04-02 13:20:15 +02:00
kube cluster/kube: minor cert-manager cleanups, disable webhooks by default 2019-04-02 14:43:34 +02:00
secrets cluster/secrets: add implr 2019-01-17 23:37:36 +01:00
README *: k0.hswaw.net somewhat working 2019-01-13 21:14:02 +01:00
openssl.cnf *: reorganize 2019-01-13 14:15:09 +01:00

README

HSCloud Clusters
================

Current cluster: `k0.hswaw.net`

Accessing via kubectl
---------------------

There isn't yet a service for getting short-term user certificates. Instead, you'll have to get admin certificates:

    clustercfg admincreds $(whoami)-admin
    kubectl get nodes

Provisioning nodes
------------------

 - bring up a new node with nixos, running the configuration.nix from bootstrap (to be documented)
 - `clustercfg nodestrap bc01nXX.hswaw.net`

That's it!