Updated dashboard installation command to use v2.0.0

This commit is contained in:
Dmitry Tokarev
2020-04-26 01:53:32 -07:00
parent fc71de9600
commit 4d29445949
4 changed files with 4 additions and 4 deletions
@@ -30,7 +30,7 @@ Dashboard also provides information on the state of Kubernetes resources in your
The Dashboard UI is not deployed by default. To deploy it, run the following command:
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
```
## Accessing the Dashboard UI