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 c48ba20 + c706f3a commit 3fde5eaCopy full SHA for 3fde5ea
templates/k8s.yaml
@@ -116,7 +116,7 @@ provision:
116
EOF
117
kubeadm init --config kubeadm-config.yaml
118
# Installing a Pod network add-on
119
- kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.26.7/kube-flannel.yml
+ kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.27.4/kube-flannel.yml
120
# Control plane node isolation
121
kubectl taint nodes --all node-role.kubernetes.io/control-plane-
122
# Symlink the kubeconfig file to the default location for kubectl
0 commit comments