Skip to content

Commit f0ba658

Browse files
authored
Merge pull request #1374 from afbjorklund/k8s-flannel-0.21.2
Bump k8s flannel version from 0.20.2 to 0.21.2
2 parents be92ce5 + 34aa68b commit f0ba658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/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://raw.githubusercontent.com/flannel-io/flannel/v0.20.2/Documentation/kube-flannel.yml
123+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.2/kube-flannel.yml
124124
# Control plane node isolation
125125
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
126126
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG

0 commit comments

Comments
 (0)