File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ spec:
144
144
- name : cni-plugin
145
145
mountPath : /opt/cni/bin
146
146
- name : install-cni
147
- image : ghcr.io/flannel-io/flannel:v0.27.0
147
+ image : ghcr.io/flannel-io/flannel:v0.27.2
148
148
command :
149
149
- cp
150
150
args :
@@ -158,7 +158,7 @@ spec:
158
158
mountPath : /etc/kube-flannel/
159
159
containers :
160
160
- name : kube-flannel
161
- image : ghcr.io/flannel-io/flannel:v0.27.0
161
+ image : ghcr.io/flannel-io/flannel:v0.27.2
162
162
command :
163
163
- /opt/bin/flanneld
164
164
args :
@@ -183,6 +183,8 @@ spec:
183
183
fieldPath : metadata.namespace
184
184
- name : EVENT_QUEUE_DEPTH
185
185
value : " 5000"
186
+ - name : CONT_WHEN_CACHE_NOT_READY
187
+ value : " false"
186
188
volumeMounts :
187
189
- name : run
188
190
mountPath : /run/flannel
You can’t perform that action at this time.
0 commit comments