From 11c7b70b416a437a2b8835f37eca2fc0bf1f94c2 Mon Sep 17 00:00:00 2001 From: Hoon Jo Date: Tue, 10 Aug 2021 18:51:23 +0900 Subject: [PATCH] Update web-ui-dashboard.md I rquest to update dashboard/v2.3.1 from v2.2.0 Refer to below https://github.com/kubernetes/dashboard --- .../docs/tasks/access-application-cluster/web-ui-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md index 5c402e0304..7ab4e1d135 100644 --- a/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/content/en/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -34,7 +34,7 @@ Dashboard also provides information on the state of Kubernetes resources in your The Dashboard UI is not deployed by default. To deploy it, run the following command: ``` -kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.2.0/aio/deploy/recommended.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.1/aio/deploy/recommended.yaml ``` ## Accessing the Dashboard UI