Update web-ui-dashboard.md (#9248)

pull/9252/head
Steven Smith 2018-06-26 18:10:52 -04:00 committed by k8s-ci-robot
parent 0d977e4d1d
commit 56565c3402
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Kubectl will handle authentication with apiserver and make Dashboard available a
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options. The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.
### Master server ### Master server
You may access the UI directly via the Kubernetes master apiserver. Open a browser and navigate to ``https://<master-ip>:<apiserver-port>/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/``, where `<kubernetes-master>` is IP address or domain name of the Kubernetes You may access the UI directly via the Kubernetes master apiserver. Open a browser and navigate to ``https://<master-ip>:<apiserver-port>/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/``, where `<master-ip>` is IP address or domain name of the Kubernetes
master. master.
Please note, this works only if the apiserver is set up to allow authentication with username and password. This is not currently the case with some setup tools (e.g., `kubeadm`). Refer to the [authentication admin documentation](/docs/admin/authentication/) for information on how to configure authentication manually. Please note, this works only if the apiserver is set up to allow authentication with username and password. This is not currently the case with some setup tools (e.g., `kubeadm`). Refer to the [authentication admin documentation](/docs/admin/authentication/) for information on how to configure authentication manually.