Skip to content

Commit

Permalink
Merge pull request #1233 from afbjorklund/k8s-flannel-0.20.2
Browse files Browse the repository at this point in the history
Bump k8s flannel version from 0.20.1 to 0.20.2
  • Loading branch information
AkihiroSuda authored Dec 11, 2022
2 parents bcf8e6b + 2f7464f commit 9fd094f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ provision:
EOF
kubeadm init --config kubeadm-config.yaml
# Installing a Pod network add-on
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.1/Documentation/kube-flannel.yml
kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.2/Documentation/kube-flannel.yml
# Control plane node isolation
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
Expand Down

0 comments on commit 9fd094f

Please sign in to comment.