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 84ce290 + f403692 commit aef3d22Copy full SHA for aef3d22
templates/k8s.yaml
@@ -111,7 +111,7 @@ provision:
111
EOF
112
kubeadm init --config kubeadm-config.yaml
113
# Installing a Pod network add-on
114
- kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.2/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.7/kube-flannel.yml
115
# Control plane node isolation
116
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
117
# Replace the server address with localhost, so that it works also from the host
0 commit comments