mirror of https://github.com/kubernetes/kops.git
Fixed typo
This commit is contained in:
parent
fa7a4c49e4
commit
cce013b1bb
|
|
@ -16,7 +16,7 @@ The [dashboard project](https://github.com/kubernetes/dashboard) provides a nice
|
||||||
|
|
||||||
Install using:
|
Install using:
|
||||||
```
|
```
|
||||||
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6..yaml
|
kubectl create -f https://raw.githubusercontent.com/kubernetes/kops/master/addons/kubernetes-dashboard/v1.6.2.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
And then navigate to `https://api.<clustername>/ui`
|
And then navigate to `https://api.<clustername>/ui`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue