2015-10-04 04:19:50 +08:00
|
|
|
---
|
2018-08-23 22:17:18 +08:00
|
|
|
- include_tasks: check.yml
|
2016-12-07 19:13:12 +08:00
|
|
|
|
2018-08-23 22:17:18 +08:00
|
|
|
- include_tasks: pre.yml
|
2015-12-20 23:51:14 +08:00
|
|
|
|
2018-08-23 22:17:18 +08:00
|
|
|
- include_tasks: upgrade.yml
|
2017-09-04 16:29:51 +08:00
|
|
|
when:
|
2018-09-06 20:49:06 +08:00
|
|
|
- calico_upgrade_enabled
|
2018-08-23 22:17:18 +08:00
|
|
|
- calico_upgrade_needed
|
|
|
|
run_once: yes
|
|
|
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
|
|
|
|
|
|
|
- include_tasks: install.yml
|