Merge pull request #20561 from dmitrytokarev/dashboard-v2.0.0

Updated dashboard installation command to use v2.0.0
This commit is contained in:
Kubernetes Prow Robot
2020-04-27 07:41:30 -07:00
committed by GitHub
4 changed files with 4 additions and 4 deletions
@@ -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-beta4/aio/deploy/recommended.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
```
<!--