Skip to content

Commit 3fde5ea

Browse files
authored
Merge pull request #4260 from afbjorklund/k8s-flannel-0.27.4
Bump k8s flannel version from 0.26.7 to 0.27.4
2 parents c48ba20 + c706f3a commit 3fde5ea

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
@@ -116,7 +116,7 @@ provision:
116116
EOF
117117
kubeadm init --config kubeadm-config.yaml
118118
# Installing a Pod network add-on
119-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.7/kube-flannel.yml
119+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.27.4/kube-flannel.yml
120120
# Control plane node isolation
121121
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
122122
# Symlink the kubeconfig file to the default location for kubectl

0 commit comments

Comments
 (0)