Add kube dashboard, enabled by default (#1643)

* Add kube dashboard, enabled by default

Also add rbac role for kube user

* Update main.yml
This commit is contained in:
Matthew Mosesohn
2017-09-09 23:38:03 +03:00
committed by GitHub
parent f2057dd43d
commit 9fa1873a65
6 changed files with 163 additions and 0 deletions

View File

@@ -38,6 +38,17 @@ netchecker_server_memory_limit: 256M
netchecker_server_cpu_requests: 50m
netchecker_server_memory_requests: 64M
# Dashboard
dashboard_enabled: false
dashboard_image_repo: kubernetesdashboarddev/kubernetes-dashboard-amd64
dashboard_image_tag: head
# Limits for dashboard
dashboard_cpu_limit: 100m
dashboard_memory_limit: 256M
dashboard_cpu_requests: 50m
dashboard_memory_requests: 64M
# SSL
etcd_cert_dir: "/etc/ssl/etcd/ssl"
canal_cert_dir: "/etc/canal/certs"