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:
144144 - name : cni-plugin
145145 mountPath : /opt/cni/bin
146146 - name : install-cni
147- image : ghcr.io/flannel-io/flannel:v0.27.0
147+ image : ghcr.io/flannel-io/flannel:v0.27.2
148148 command :
149149 - cp
150150 args :
@@ -158,7 +158,7 @@ spec:
158158 mountPath : /etc/kube-flannel/
159159 containers :
160160 - name : kube-flannel
161- image : ghcr.io/flannel-io/flannel:v0.27.0
161+ image : ghcr.io/flannel-io/flannel:v0.27.2
162162 command :
163163 - /opt/bin/flanneld
164164 args :
@@ -183,6 +183,8 @@ spec:
183183 fieldPath : metadata.namespace
184184 - name : EVENT_QUEUE_DEPTH
185185 value : " 5000"
186+ - name : CONT_WHEN_CACHE_NOT_READY
187+ value : " false"
186188 volumeMounts :
187189 - name : run
188190 mountPath : /run/flannel
You can’t perform that action at this time.
0 commit comments