Skip to content

Commit f403692

Browse files
committed
Bump k8s flannel version from 0.26.2 to 0.26.7
This also changes the registry used, from docker.io to ghcr.io For the "flannel" and "flannel-cni-plugin" images being used. Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
1 parent 70a3f13 commit f403692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ provision:
110110
EOF
111111
kubeadm init --config kubeadm-config.yaml
112112
# Installing a Pod network add-on
113-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.2/kube-flannel.yml
113+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.7/kube-flannel.yml
114114
# Control plane node isolation
115115
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
116116
# Replace the server address with localhost, so that it works also from the host

0 commit comments

Comments
 (0)