mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-15 07:57:31 -02:30
Fix calico v3.4.0 scale and upgrade (#4531)
* reset calico after install * remove extra line
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a4e65c7ceb
commit
fc1edbe79d
@@ -4,6 +4,8 @@
|
||||
src: "cni-calico.conflist.j2"
|
||||
dest: "/etc/cni/net.d/{% if calico_version is version('v3.3.0', '>=') %}calico.conflist.template{% else %}10-calico.conflist{% endif %}"
|
||||
owner: kube
|
||||
register: calico_conflist
|
||||
notify: reset_calico_cni
|
||||
|
||||
- name: Calico | Create calico certs directory
|
||||
file:
|
||||
|
||||
Reference in New Issue
Block a user