2017-09-04 16:29:51 +08:00
|
|
|
---
|
2018-08-23 22:17:18 +08:00
|
|
|
- name: "calico upgrade complete"
|
|
|
|
shell: "{{ bin_dir }}/calico-upgrade complete --no-prompts --apiconfigv1 /etc/calico/etcdv2.yml --apiconfigv3 /etc/calico/etcdv3.yml"
|
|
|
|
when:
|
|
|
|
- inventory_hostname == groups['kube-master'][0]
|
2018-09-06 20:49:06 +08:00
|
|
|
- calico_upgrade_enabled|default(True)
|
2018-08-23 22:17:18 +08:00
|
|
|
- calico_upgrade_needed|default(False)
|