Matthew Mosesohn
|
03bcfa7ff5
|
Stop templating kube-system namespace and creating it (#2545)
Kubernetes makes this namespace automatically, so there is
no need for kubespray to manage it.
|
2018-03-30 14:29:13 +03:00 |
|
Wong Hoi Sing Edison
|
a4d3da6a8e
|
Dashboard template should not suffix with .yml.j2
|
2018-02-05 16:18:21 +08:00 |
|
Chad Swenson
|
a89ee8c406
|
Add ability to use custom cert secret instead of init container provisioned self-signed certs
|
2017-11-15 10:05:52 -06:00 |
|
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 |
|
Matthew Mosesohn
|
9fa1873a65
|
Add kube dashboard, enabled by default (#1643)
* Add kube dashboard, enabled by default
Also add rbac role for kube user
* Update main.yml
|
2017-09-09 23:38:03 +03:00 |
|