We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6b38cd + 198b71b commit 45baa32Copy full SHA for 45baa32
pkg/minikube/cni/flannel.yaml
@@ -150,7 +150,7 @@ spec:
150
- name: cni-plugin
151
mountPath: /opt/cni/bin
152
- name: install-cni
153
- image: docker.io/flannel/flannel:v0.22.3
+ image: docker.io/flannel/flannel:v0.24.0
154
command:
155
- cp
156
args:
@@ -164,7 +164,7 @@ spec:
164
mountPath: /etc/kube-flannel/
165
containers:
166
- name: kube-flannel
167
168
169
- /opt/bin/flanneld
170
0 commit comments