From f5692c80837e3eb3179c5cda8be667f70a706758 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 26 Jan 2022 17:49:22 +0100 Subject: [PATCH] Update kube-flannel-cni images Signed-off-by: Manuel Buil --- Documentation/configuration.md | 2 +- Documentation/kube-flannel.yml | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Documentation/configuration.md b/Documentation/configuration.md index a22eff3d7..0ecdcad37 100644 --- a/Documentation/configuration.md +++ b/Documentation/configuration.md @@ -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 diff --git a/Documentation/kube-flannel.yml b/Documentation/kube-flannel.yml index 700ce2bb1..fa2893278 100644 --- a/Documentation/kube-flannel.yml +++ b/Documentation/kube-flannel.yml @@ -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: @@ -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 @@ -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