CNI: Update flannel from v0.24.0 to v0.24.1
parent
d967689a26
commit
e1aa8054ab
|
@ -150,7 +150,7 @@ spec:
|
||||||
- name: cni-plugin
|
- name: cni-plugin
|
||||||
mountPath: /opt/cni/bin
|
mountPath: /opt/cni/bin
|
||||||
- name: install-cni
|
- name: install-cni
|
||||||
image: docker.io/flannel/flannel:v0.24.0
|
image: docker.io/flannel/flannel:v0.24.1
|
||||||
command:
|
command:
|
||||||
- cp
|
- cp
|
||||||
args:
|
args:
|
||||||
|
@ -164,7 +164,7 @@ spec:
|
||||||
mountPath: /etc/kube-flannel/
|
mountPath: /etc/kube-flannel/
|
||||||
containers:
|
containers:
|
||||||
- name: kube-flannel
|
- name: kube-flannel
|
||||||
image: docker.io/flannel/flannel:v0.24.0
|
image: docker.io/flannel/flannel:v0.24.1
|
||||||
command:
|
command:
|
||||||
- /opt/bin/flanneld
|
- /opt/bin/flanneld
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Reference in New Issue