We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 688f308 + 361b006 commit 6f767a8Copy full SHA for 6f767a8
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.22.1/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.24.0/kube-flannel.yml
124
# Control plane node isolation
125
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
126
# Replace the server address with localhost, so that it works also from the host
0 commit comments