From bd46ccf5b426a92a3ab6c7d23c5b5c73b3e1f757 Mon Sep 17 00:00:00 2001 From: Roberto Bonafiglia Date: Fri, 15 Nov 2024 12:21:11 +0100 Subject: [PATCH] Updated CNI plugins version on the README Signed-off-by: Roberto Bonafiglia --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f577e1733..5b6f0ca8b1 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,8 @@ ARCH=$(uname -m) x86_64) ARCH="amd64";; esac mkdir -p /opt/cni/bin -curl -O -L https://github.com/containernetworking/plugins/releases/download/v1.5.1/cni-plugins-linux-$ARCH-v1.5.1.tgz -tar -C /opt/cni/bin -xzf cni-plugins-linux-$ARCH-v1.5.1.tgz +curl -O -L https://github.com/containernetworking/plugins/releases/download/v1.6.0/cni-plugins-linux-$ARCH-v1.6.0.tgz +tar -C /opt/cni/bin -xzf cni-plugins-linux-$ARCH-v1.6.0.tgz ``` Flannel requires the br_netfilter module to start and from version 1.30 kubeadm doesn't check if the module is installed and Flannel will not rightly start in case the module is missing.