Skip to content

Commit c706f3a

Browse files
committed
Bump k8s flannel version from 0.26.7 to 0.27.4
Upgrades the flannel plugin from 1.6.2 to 1.8.0 It gets installed in the /opt/cni/bin directory Signed-off-by: Anders F Björklund <anders.f.bjorklund@gmail.com>
1 parent c48ba20 commit c706f3a

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)