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 299b148 + 808c3a2 commit 395297dCopy full SHA for 395297d
templates/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.26.1/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.2/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