Skip to content

Commit eeecb12

Browse files
authored
CNI: Update flannel from v0.27.0 to v0.27.2 (#21230)
1 parent d0a21be commit eeecb12

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pkg/minikube/cni/flannel.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)