Add kube dashboard, enabled by default (#1643)

* Add kube dashboard, enabled by default

Also add rbac role for kube user

* Update main.yml
This commit is contained in:
Matthew Mosesohn
2017-09-09 23:38:03 +03:00
committed by GitHub
parent f2057dd43d
commit 9fa1873a65
6 changed files with 163 additions and 0 deletions

View File

@@ -89,3 +89,15 @@ file yourself.
For more information on kubeconfig and accessing a Kubernetes cluster, refer to
the Kubernetes [documentation](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/).
Accessing Kubernetes Dashboard
------------------------------
If the variable `dashboard_enabled` is set (default is true), then you can
access the Kubernetes Dashboard at the following URL:
https://kube:_kube-password_@_host_:6443/ui/
To see the password, refer to the section above, titled *Connecting to
Kubernetes*. The host can be any kube-master or kube-node or loadbalancer
(when enabled).