We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b1e811 commit de19a15Copy full SHA for de19a15
examples/k8s.yaml
@@ -121,7 +121,7 @@ provision:
121
EOF
122
kubeadm init --config kubeadm-config.yaml
123
# Installing a Pod network add-on
124
- kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.0/Documentation/kube-flannel.yml
+ kubectl apply -f https://raw.githubusercontent.com/flannel-io/flannel/v0.20.1/Documentation/kube-flannel.yml
125
# Control plane node isolation
126
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
127
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
0 commit comments