From e416600fc77f0f3ee17064227bdbb030bfe93402 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=AE=8F?= Date: Tue, 3 Oct 2017 09:59:02 +0800 Subject: [PATCH] According to the(https://kubernetes.io/docs/home/contribute/style-guide/#dont-include-the-command-prompt) --- docs/tasks/access-application-cluster/web-ui-dashboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/access-application-cluster/web-ui-dashboard.md b/docs/tasks/access-application-cluster/web-ui-dashboard.md index a6bd934444..79443ba64f 100644 --- a/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -31,7 +31,7 @@ There are multiple ways you can access the Dashboard UI; either by using the kub You can access Dashboard using the kubectl command-line tool by running the following command: ``` -$ kubectl proxy +kubectl proxy ``` Kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui.