23fd3461bc
* 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
12 lines
217 B
YAML
12 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
|