We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8fe99f0 + c20537b commit c88cb7dCopy full SHA for c88cb7d
examples/k8s.yaml
@@ -119,7 +119,7 @@ provision:
119
EOF
120
kubeadm init --config kubeadm-config.yaml
121
# Installing a Pod network add-on
122
- kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.2/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.21.4/kube-flannel.yml
123
# Control plane node isolation
124
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
125
sed -e "s/${LIMA_CIDATA_SLIRP_IP_ADDRESS:-192.168.5.15}/127.0.0.1/" -i $KUBECONFIG
0 commit comments