From f6460ffa58816688ca7a4e3f23b8fe3b9523c3e8 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Tue, 17 Dec 2019 20:17:57 +0200 Subject: [PATCH] Update k/dashboard to v2.0.0-beta8 (#17994) Signed-off-by: ialidzhikov --- .../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 ab9c8f086c..9b5e997782 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 @@ -30,7 +30,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.0.0-beta6/aio/deploy/recommended.yaml +kubectl apply -f https://raw.githubusercontent.com/kubernetes/dashboard/v2.0.0-beta8/aio/deploy/recommended.yaml ``` ## Accessing the Dashboard UI