Merge pull request #27961 from scholtz/patch-1

update dashboard version to 2.2.0
This commit is contained in:
Kubernetes Prow Robot 2021-05-12 09:49:28 -07:00 committed by GitHub
commit 906cd26032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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