Merge pull request #5727 from chenhonggc/do-not-include-the-command-prompt

According to the(https://kubernetes.io/docs/home/contribute/style-gui…
This commit is contained in:
Jennifer Rondeau
2017-10-03 10:15:32 -04:00
committed by GitHub
@@ -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.