We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2a2c121 + 6d097c9 commit edf2f4cCopy full SHA for edf2f4c
pkg/minikube/cni/flannel.yaml
@@ -139,7 +139,7 @@ spec:
139
serviceAccountName: flannel
140
initContainers:
141
- name: install-cni-plugin
142
- image: docker.io/flannel/flannel-cni-plugin:v1.2.0
+ image: docker.io/flannel/flannel-cni-plugin:v1.4.0-flannel1
143
command:
144
- cp
145
args:
@@ -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.24.1
+ image: docker.io/flannel/flannel:v0.24.2
154
155
156
@@ -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