c12s-kubespray/roles/kubernetes
Chad Swenson 0c6f172e75 Kubernetes Dashboard v1.7.1 Refactor
This version required changing the previous access model for dashboard completely but it's a change for the better. Docs were updated.

* New login/auth options that use apiserver auth proxying by default
* Requires RBAC in `authorization_modes`
* Only serves over https
* No longer available at https://first_master:6443/ui until apiserver is updated with the https proxy URL:
* Can access from https://first_master:6443/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/#!/login you will be prompted for credentials
* Or you can run 'kubectl proxy' from your local machine to access dashboard in your browser from: http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/
* It is recommended to access dashboard from behind a gateway that enforces an authentication token, details and other access options here: https://github.com/kubernetes/dashboard/wiki/Accessing-Dashboard---1.7.X-and-above
2017-11-15 10:05:48 -06:00
..
client Clear admin kubeconfig when rotating certs (#1772) 2017-10-12 09:55:46 +01:00
kubeadm Fix bad handler directory name in kubeadm role 2017-11-01 14:36:28 +01:00
master Revert "Support for disabling apiserver insecure port" (#1974) 2017-11-14 13:41:28 +00:00
node adding mount for kubelet to enable rbd mounts (#1957) 2017-11-13 14:04:13 +00:00
preinstall Kubernetes Dashboard v1.7.1 Refactor 2017-11-15 10:05:48 -06:00
secrets Avoid that some read-only tasks cause an ansible-change (#1910) 2017-11-06 13:51:07 +00:00