Install Helm on all masters

This commit is contained in:
Erwan Miran
2018-09-10 11:39:26 +02:00
parent ee4f437aa2
commit 04852ad753
4 changed files with 38 additions and 13 deletions

View File

@ -119,7 +119,7 @@
- { role: kubernetes/preinstall, when: "dns_mode != 'none' and resolvconf_mode == 'host_resolvconf'", tags: resolvconf }
environment: "{{proxy_env}}"
- hosts: kube-master[0]
- hosts: kube-master
any_errors_fatal: "{{ any_errors_fatal | default(true) }}"
roles:
- { role: kubespray-defaults}