Skip to content

Commit 808c3a2

Browse files
committed
Bump k8s flannel version from 0.26.1 to 0.26.2
Signed-off-by: Anders F Björklund <[email protected]>
1 parent 7685028 commit 808c3a2

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
@@ -120,7 +120,7 @@ provision:
120120
EOF
121121
kubeadm init --config kubeadm-config.yaml
122122
# Installing a Pod network add-on
123-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.1/kube-flannel.yml
123+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.2/kube-flannel.yml
124124
# Control plane node isolation
125125
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
126126
# Replace the server address with localhost, so that it works also from the host

0 commit comments

Comments
 (0)