Merge pull request #32158 from Arhell/rev

[zh] update reviewers from SIG-UI
This commit is contained in:
Kubernetes Prow Robot
2022-03-09 16:42:03 -08:00
committed by GitHub
@@ -9,7 +9,9 @@ card:
---
<!--
reviewers:
- bryk
- floreks
- maciaszczykm
- shu-mutou
- mikedanese
title: Deploy and Access the Kubernetes Dashboard
content_type: concept
@@ -55,7 +57,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.4.0/aio/deploy/recommended.yaml
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.0/aio/deploy/recommended.yaml
```
<!--