Update flannel version and change repository
parent
876ff24f68
commit
7121fc3a22
|
@ -130,8 +130,8 @@ spec:
|
|||
serviceAccountName: flannel
|
||||
initContainers:
|
||||
- name: install-cni-plugin
|
||||
#image: flannelcni/flannel-cni-plugin:v1.1.2 #for ppc64le and mips64le (dockerhub limitations may apply)
|
||||
image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.2
|
||||
image: docker.io/flannel/flannel-cni-plugin:v1.1.2
|
||||
#image: docker.io/rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.2
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
@ -142,8 +142,8 @@ spec:
|
|||
- name: cni-plugin
|
||||
mountPath: /opt/cni/bin
|
||||
- name: install-cni
|
||||
#image: flannelcni/flannel:v0.20.2 #for ppc64le and mips64le (dockerhub limitations may apply)
|
||||
image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.2
|
||||
image: docker.io/flannel/flannel:v0.21.3
|
||||
#image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.3
|
||||
command:
|
||||
- cp
|
||||
args:
|
||||
|
@ -157,8 +157,8 @@ spec:
|
|||
mountPath: /etc/kube-flannel/
|
||||
containers:
|
||||
- name: kube-flannel
|
||||
#image: flannelcni/flannel:v0.20.2 #for ppc64le and mips64le (dockerhub limitations may apply)
|
||||
image: docker.io/rancher/mirrored-flannelcni-flannel:v0.20.2
|
||||
image: docker.io/flannel/flannel:v0.21.3
|
||||
#image: docker.io/rancher/mirrored-flannelcni-flannel:v0.21.3
|
||||
command:
|
||||
- /opt/bin/flanneld
|
||||
args:
|
||||
|
|
Loading…
Reference in New Issue