mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-23 08:37:54 -02:30
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:
@@ -63,3 +63,8 @@
|
||||
include: tasks/netchecker.yml
|
||||
when: deploy_netchecker
|
||||
tags: netchecker
|
||||
|
||||
- name: Kubernetes Apps | Dashboard
|
||||
include: tasks/dashboard.yml
|
||||
when: dashboard_enabled
|
||||
tags: dashboard
|
||||
|
||||
Reference in New Issue
Block a user