mirror of https://github.com/kubernetes/kops.git
Document /ui shortcut for dashboard
This commit is contained in:
parent
b9ffc61877
commit
54359187ac
|
|
@ -17,7 +17,9 @@ Install using:
|
||||||
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/dashboard/v1.1.0.yaml
|
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/dashboard/v1.1.0.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
And then navigate to `https://<clustername>/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`
|
And then navigate to `https://<clustername>/ui`
|
||||||
|
|
||||||
|
(`/ui` is an alias to `https://<clustername>/api/v1/proxy/namespaces/kube-system/services/kubernetes-dashboard`)
|
||||||
|
|
||||||
The login credentials are:
|
The login credentials are:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue