[zh] update reviewers from SIG-UI

This commit is contained in:
Arhell 2022-03-10 00:46:49 +02:00
parent 782d8bc2c9
commit e100915fa7
1 changed files with 4 additions and 2 deletions

View File

@ -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
```
<!--