mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-19 18:07:37 -02:30
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
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
061f5a313b
commit
8872b2e0c6
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- include_tasks: check.yml
|
||||
- import_tasks: check.yml
|
||||
|
||||
- include_tasks: pre.yml
|
||||
- import_tasks: pre.yml
|
||||
|
||||
- import_tasks: upgrade.yml
|
||||
when:
|
||||
|
||||
Reference in New Issue
Block a user