c12s-kubespray/roles/kubernetes/preinstall
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
..
defaults Rename dns_server, add var for selinux. (#1572) 2017-10-11 20:40:21 +01:00
files Preconfigure DNS stack and docker early 2016-12-09 17:30:55 +01:00
handlers Adding yamllinter to ci steps (#1556) 2017-08-24 12:09:52 +03:00
meta Normalize tags in all places to prepare for tag fixing in future (#1739) 2017-10-05 08:43:04 +01:00
tasks Kubernetes Dashboard v1.7.1 Refactor 2017-11-15 10:05:48 -06:00
templates Adding quotes around parameters in cloud_config (#1664) 2017-09-16 08:43:47 +01:00
vars kubeadm support (#1631) 2017-09-13 19:00:51 +01:00
gen-gitinfos.sh Fix gen-gitinfos.sh 2016-08-23 10:15:30 +02:00