Skip to content

Commit

Permalink
Merge pull request #1530 from manuelbuil/kube-flannel-cniplugin-update
Browse files Browse the repository at this point in the history
Update kube-flannel-cni image
  • Loading branch information
vadorovsky authored Jan 26, 2022
2 parents fdb0229 + f5692c8 commit 28c2484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ Set `healthz-port` to a non-zero value will enable a healthz server for flannel.
Flannel supports the dual-stack mode of Kubernetes. This means pods and services could use ipv4 and ipv6 at the same time. Currently, dual-stack is only supported for kube subnet manager and vxlan, wireguard or host-gw(linux) backend.
Requirements:
* v1.0 of flannel binary from [containernetworking/plugins](https://github.com/containernetworking/plugins)
* v1.0.1 of flannel binary from [containernetworking/plugins](https://github.com/containernetworking/plugins)
* Nodes must have an ipv4 and ipv6 address in the main interface
* Nodes must have an ipv4 and ipv6 address default route
* vxlan support ipv6 tunnel require kernel version >= 3.12
Expand Down
5 changes: 4 additions & 1 deletion Documentation/kube-flannel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ spec:
serviceAccountName: flannel
initContainers:
- name: install-cni-plugin
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.0
#image: flannelcni/flannel-cni-plugin:v1.0.1 for ppc64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1
command:
- cp
args:
Expand All @@ -177,6 +178,7 @@ spec:
- name: cni-plugin
mountPath: /opt/cni/bin
- name: install-cni
#image: flannelcni/flannel:v0.16.1 for ppc64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.16.1
command:
- cp
Expand All @@ -191,6 +193,7 @@ spec:
mountPath: /etc/kube-flannel/
containers:
- name: kube-flannel
#image: flannelcni/flannel:v0.16.1 for ppc64le (dockerhub limitations may apply)
image: rancher/mirrored-flannelcni-flannel:v0.16.1
command:
- /opt/bin/flanneld
Expand Down

0 comments on commit 28c2484

Please sign in to comment.