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.