We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb15a29 commit 34aa68bCopy full SHA for 34aa68b
examples/k8s.yaml
@@ -120,7 +120,7 @@ provision:
120
EOF
121
kubeadm init --config kubeadm-config.yaml
122
# Installing a Pod network add-on
123
- kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.20.2/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.2/kube-flannel.yml
124
# Control plane node isolation
125
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
126
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
0 commit comments