Set kubernetes-dashboard as the default UI addon

Dashboard release info:
https://github.com/kubernetes/dashboard/releases/tag/v0.1.0

This replaces kube-ui addon
This commit is contained in:
bryk
2016-01-29 13:37:06 +01:00
parent 9d7a3ed9f6
commit 46f51d74bb
24 changed files with 136 additions and 102 deletions

View File

@@ -146,9 +146,9 @@ addon-dir-create:
{% endif %}
{% if pillar.get('enable_cluster_ui', '').lower() == 'true' %}
/etc/kubernetes/addons/kube-ui:
/etc/kubernetes/addons/dashboard:
file.recurse:
- source: salt://kube-addons/kube-ui
- source: salt://kube-addons/dashboard
- include_pat: E@^.+\.yaml$
- user: root
- group: root