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.
2 parents dd8ded2 + 6b6657e commit 5d5de2fCopy full SHA for 5d5de2f
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.24.0/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.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