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 committed by Mike Danese
parent 2c7fa3c243
commit 0ca684752a
1 changed files with 2 additions and 2 deletions

View File

@ -169,9 +169,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