Update Dashboard version (#16137)

*IMPORTANT*
It fixes lately discovered XSS vulnerability.
pull/16227/head
Sebastian Florek 2019-09-05 05:02:51 +02:00 committed by Kubernetes Prow Robot
parent fc5b4f434d
commit e882afd3d0
1 changed files with 1 additions and 1 deletions

View File

@ -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-beta1/aio/deploy/recommended.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml
```
## Accessing the Dashboard UI