Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
calico: avoid POD restart during initial deploy (kubernetes-sigs#6886)
calico PODs are first started and then in a handler killed and restarted for no reason, nothing has changed. By using the existing variable 'calico_cni_config' (only defined when calico has already started) the restart can be skipped.
- Loading branch information