Skip to content

Commit c88cb7d

Browse files
authored
Merge pull request #1479 from afbjorklund/k8s-flannel-0.21.4
Bump k8s flannel version from 0.21.2 to 0.21.4
2 parents 8fe99f0 + c20537b commit c88cb7d

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
@@ -119,7 +119,7 @@ provision:
119119
EOF
120120
kubeadm init --config kubeadm-config.yaml
121121
# Installing a Pod network add-on
122-
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.2/kube-flannel.yml
122+
kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.4/kube-flannel.yml
123123
# Control plane node isolation
124124
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
125125
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG

0 commit comments

Comments
 (0)