infraly / k8s-on-openstack

An opinionated way to deploy a Kubernetes cluster on top of an OpenStack cloud.
Apache License 2.0
112 stars 48 forks source link

create admin user to login into the dashboard #27

Closed zioproto closed 6 years ago

zioproto commented 6 years ago

After creating this admin user you can use his token to login into the dashboard:

kubectl -n kube-system describe secret admin-user-token-xxxxx

and paste the token into the web interface.

zioproto commented 6 years ago

@ctrlaltdel can we merge this ?

ctrlaltdel commented 6 years ago

@zioproto yeah sure, sorry for the delay!