Merge pull request #28128 from GreenApple10/feature/update_dashboard

[zh]update dashboard version to 2.2.0
pull/28145/head
Kubernetes Prow Robot 2021-05-26 19:16:23 -07:00 committed by GitHub
commit 7d2fb1e5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ The Dashboard UI is not deployed by default. To deploy it, run the following com
默认情况下不会部署 Dashboard。可以通过以下命令部署
```
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
```
<!--