Skip to content

Commit

Permalink
Updated new flannel version
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrtbnfgl authored May 26, 2022
1 parent c9d01ce commit 4f07f91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ spec:
initContainers:
- name: install-cni-plugin
#image: flannelcni/flannel-cni-plugin:v1.0.1 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.1.0
command:
- cp
args:
Expand All @@ -179,7 +179,7 @@ spec:
mountPath: /opt/cni/bin
- name: install-cni
#image: flannelcni/flannel:v0.17.0 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.17.0
image: rancher/mirrored-flannelcni-flannel:v0.18.0
command:
- cp
args:
Expand All @@ -194,7 +194,7 @@ spec:
containers:
- name: kube-flannel
#image: flannelcni/flannel:v0.17.0 for ppc64le and mips64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.17.0
image: rancher/mirrored-flannelcni-flannel:v0.18.0
command:
- /opt/bin/flanneld
args:
Expand Down

0 comments on commit 4f07f91

Please sign in to comment.