From 6b6657eda91a8e0181e54987cc744580c7cbd8ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anders=20F=20Bj=C3=B6rklund?= Date: Fri, 25 Oct 2024 12:35:21 +0200 Subject: [PATCH] Bump k8s flannel version from 0.24.0 to 0.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders F Björklund --- examples/k8s.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/k8s.yaml b/examples/k8s.yaml index 117b512cb1e..7870acef7f7 100644 --- a/examples/k8s.yaml +++ b/examples/k8s.yaml @@ -120,7 +120,7 @@ provision: EOF kubeadm init --config kubeadm-config.yaml # Installing a Pod network add-on - kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.24.0/kube-flannel.yml + kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.0/kube-flannel.yml # Control plane node isolation kubectl taint nodes --all node-role.kubernetes.io/control-plane- # Replace the server address with localhost, so that it works also from the host