8872b2e0c6
This fixes an issue where the `nodename` in calico's cni config json can fall out of sync with the k8s node name used by the calico pod if `kube_override_hostname` is set
13 lines
243 B
YAML
13 lines
243 B
YAML
---
|
|
- import_tasks: check.yml
|
|
|
|
- import_tasks: pre.yml
|
|
|
|
- import_tasks: upgrade.yml
|
|
when:
|
|
- calico_upgrade_enabled
|
|
- calico_upgrade_needed
|
|
run_once: yes
|
|
delegate_to: "{{ groups['kube-master'][0] }}"
|
|
|
|
- include_tasks: install.yml
|