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 |
|
rong.zhang
|
df21fc8643
|
Remove initContainer
|
2018-01-10 12:17:17 +08:00 |
|
rong.zhang
|
6ed2a60978
|
fix run dashboard error
|
2018-01-04 13:13:36 +08:00 |
|
rong.zhang
|
5aef52e8c0
|
fix dashboard certs secret
|
2017-12-22 11:17:05 +08:00 |
|
rong.zhang
|
b974b144a8
|
Add RBAC to binding Dahsboard UI
|
2017-12-18 23:07:19 +08:00 |
|
rong.zhang
|
0771cd8599
|
Remove dashboard_tls_key and dashboard_tls_cert
|
2017-12-13 15:42:20 +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 |
|