c12s-kubespray/roles/network_plugin/calico/tasks/main.yml
Aivars Sterns 23fd3461bc calico upgrade to v3 (#3086)
* calico upgrade to v3

* update calico_rr version

* add missing file

* change contents of main.yml as it was left old version

* enable network policy by default

* remove unneeded task

* Fix kubelet calico settings

* fix when statement

* switch back to node-kubeconfig.yaml
2018-08-23 17:17:18 +03:00

13 lines
217 B
YAML

---
- include_tasks: check.yml
- include_tasks: pre.yml
- include_tasks: upgrade.yml
when:
- calico_upgrade_needed
run_once: yes
delegate_to: "{{ groups['kube-master'][0] }}"
- include_tasks: install.yml