c12s-kubespray/roles/kubernetes-apps
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
..
ansible Kubernetes Dashboard v1.7.1 Refactor 2017-11-15 10:05:48 -06:00
cluster_roles Revert "Support for disabling apiserver insecure port" (#1974) 2017-11-14 13:41:28 +00:00
efk Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
helm Fix failed task of setting up bash completion for helm (#1968) 2017-11-13 10:15:53 +00:00
istio Refactor downloads to use download role directly (#1824) 2017-10-19 09:17:11 +01:00
kpm Rework inventory all by real groups' vars 2017-02-23 09:43:42 +01:00
local_volume_provisioner Change namespace for provisioner account 2017-11-02 10:16:08 +00:00
meta New addon: local_volume_provisioner (#1909) 2017-11-01 14:25:35 +00:00
network_plugin Flannel RBAC Fix 2017-11-02 23:20:23 -05:00
policy_controller Idempotency fixes (#1838) 2017-10-25 21:19:40 +01:00
rotate_tokens/tasks Avoid that some read-only tasks cause an ansible-change (#1910) 2017-11-06 13:51:07 +00:00