diff --git a/docs/tasks/access-application-cluster/web-ui-dashboard.md b/docs/tasks/access-application-cluster/web-ui-dashboard.md index aa3a9ddf1d..d650f69545 100644 --- a/docs/tasks/access-application-cluster/web-ui-dashboard.md +++ b/docs/tasks/access-application-cluster/web-ui-dashboard.md @@ -34,7 +34,7 @@ You can access Dashboard using the kubectl command-line tool by running the foll $ kubectl proxy ``` -kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui +Kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui. The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.