diff --git a/templates/k8s.yaml b/templates/k8s.yaml index a9e7bd51f88..59078f4c783 100644 --- a/templates/k8s.yaml +++ b/templates/k8s.yaml @@ -134,7 +134,7 @@ provision: {{if not ( and .Param.url .Param.token )}} # Installing a Pod network add-on - kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.27.4/kube-flannel.yml + kubectl apply -f https://github.com/flannel-io/flannel/releases/download/v0.28.4/kube-flannel.yml # Control plane node isolation kubectl taint nodes --all node-role.kubernetes.io/control-plane- # Symlink the kubeconfig file to the default location for kubectl