We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f51145 commit 157c70cCopy full SHA for 157c70c
pkg/minikube/cni/flannel.yaml
@@ -151,8 +151,8 @@ spec:
151
- name: cni-plugin
152
mountPath: /opt/cni/bin
153
- name: install-cni
154
- image: docker.io/flannel/flannel:v0.21.5
155
- #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.5
+ image: docker.io/flannel/flannel:v0.22.0
+ #image: docker.io/rancher/mirrored-flannelcni-flannel:v0.22.0
156
command:
157
- cp
158
args:
@@ -166,8 +166,8 @@ spec:
166
mountPath: /etc/kube-flannel/
167
containers:
168
- name: kube-flannel
169
170
171
172
- /opt/bin/flanneld
173
0 commit comments