c12s-kubespray/roles/network_plugin/calico/tasks/main.yml
Chad Swenson 8872b2e0c6 Fix calico when kube_override_hostname is set (#4235)
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
2019-02-13 16:02:48 -08:00

14 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