diff --git a/examples/k8s.yaml b/examples/k8s.yaml index 12388c5af67..b04f686b60e 100644 --- a/examples/k8s.yaml +++ b/examples/k8s.yaml @@ -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