Skip to content

Commit aef3d22

Browse files
authored
Merge pull request #4113 from afbjorklund/k8s-flannel-0.26.7
Bump k8s flannel version from 0.26.2 to 0.26.7
2 parents 84ce290 + f403692 commit aef3d22

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
@@ -111,7 +111,7 @@ provision:
111111
EOF
112112
kubeadm init --config kubeadm-config.yaml
113113
# Installing a Pod network add-on
114-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.2/kube-flannel.yml
114+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.7/kube-flannel.yml
115115
# Control plane node isolation
116116
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
117117
# Replace the server address with localhost, so that it works also from the host

0 commit comments

Comments
 (0)