Skip to content

Commit fc60226

Browse files
committed
Use the latest and greatest flannel CNI for k8s
The manifest for 0.19.1 was broken again, wrong images. Use the commit after the tag, when manifest was bumped. Signed-off-by: Anders F Björklund <[email protected]>
1 parent 910a96f commit fc60226

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
@@ -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://raw.githubusercontent.com/flannel-io/flannel/v0.14.0/Documentation/kube-flannel.yml
119+
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.19.1-1-gab7a3945/Documentation/kube-flannel.yml
120120
# Control plane node isolation
121121
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
122122
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG

0 commit comments

Comments
 (0)