mirror of https://github.com/kubernetes/kops.git
Fix dashboard yaml that returned 404
This commit is contained in:
parent
53189d7e6b
commit
406c33a0b3
|
|
@ -83,7 +83,7 @@ The [dashboard project](https://github.com/kubernetes/dashboard) provides a nice
|
|||
|
||||
Install using:
|
||||
```
|
||||
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.10.0.yaml
|
||||
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.10.1.yaml
|
||||
```
|
||||
|
||||
And then navigate to `https://api.<clustername>/ui`
|
||||
|
|
|
|||
Loading…
Reference in New Issue