diff --git a/cmd/clusterctl/examples/openstack/provider-components.yaml.template b/cmd/clusterctl/examples/openstack/provider-components.yaml.template index 5e23b499f4..1acaef7cbe 100644 --- a/cmd/clusterctl/examples/openstack/provider-components.yaml.template +++ b/cmd/clusterctl/examples/openstack/provider-components.yaml.template @@ -97,11 +97,15 @@ data: systemctl restart kubelet.service # Set up kubeadm config file to pass parameters to kubeadm init. + # We're using 443 until this bug is fixed + # https://github.com/kubernetes-sigs/cluster-api-provider-openstack/issues/64 cat > /etc/kubernetes/kubeadm_config.yaml <