Skip to content

Commit 61aeaca

Browse files
authored
Merge pull request #20561 from dmitrytokarev/dashboard-v2.0.0
Updated dashboard installation command to use v2.0.0
2 parents b00c2da + 4d29445 commit 61aeaca

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Dashboard also provides information on the state of Kubernetes resources in your
3030
The Dashboard UI is not deployed by default. To deploy it, run the following command:
3131

3232
```
33-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml
33+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
3434
```
3535

3636
## Accessing the Dashboard UI

content/id/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Dashboard juga menyediakan informasi tentang status dari sumber daya Kubernetes
2626
Antarmuka Dashboard tidak ter-_deploy_ secara bawaan. Untuk men-_deploy_-nya, kamu dapat menjalankan perintah berikut:
2727

2828
```
29-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml
29+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
3030
```
3131

3232
## Mengakses Antarmuka Dashboard

content/ko/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ card:
2626
대시보드 UI는 기본으로 배포되지 않는다. 배포하려면 다음 커맨드를 동작한다.
2727

2828
```
29-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml
29+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
3030
```
3131

3232
## 대시보드 UI 접근

content/zh/docs/tasks/access-application-cluster/web-ui-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The Dashboard UI is not deployed by default. To deploy it, run the following com
5656
默认情况下不会部署 Dashboard。可以通过以下命令部署:
5757

5858
```
59-
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta4/aio/deploy/recommended.yaml
59+
kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0/aio/deploy/recommended.yaml
6060
```
6161

6262
<!--

0 commit comments

Comments
 (0)