From 34b927c417036fadd506e9e88f17b584adb2d277 Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 18 Aug 2017 07:10:58 +0800 Subject: [PATCH] Update web-ui-dashboard.md (#4900) modify the first letter of sentence to be in uppercase --- 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 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.