diff --git a/config/capi-template/capi-aws-template.yaml b/config/capi-template/capi-aws-template.yaml index cbd788c..f8478f7 100644 --- a/config/capi-template/capi-aws-template.yaml +++ b/config/capi-template/capi-aws-template.yaml @@ -100,7 +100,6 @@ objects: - mkdir -p $HOME/.kube - cp /etc/kubernetes/admin.conf $HOME/.kube/config - chown $USER:$USER $HOME/.kube/config - - kubectl apply -f https://docs.projectcalico.org/archive/v3.16/manifests/calico.yaml replicas: ${MasterNum} version: ${KubernetesVersion} - apiVersion: infrastructure.cluster.x-k8s.io/v1alpha3 diff --git a/config/capi-template/capi-vsphere-template.yaml b/config/capi-template/capi-vsphere-template.yaml index 7cb05ac..976181a 100644 --- a/config/capi-template/capi-vsphere-template.yaml +++ b/config/capi-template/capi-vsphere-template.yaml @@ -211,7 +211,6 @@ objects: - mkdir -p $HOME/.kube - cp /etc/kubernetes/admin.conf $HOME/.kube/config - chown $USER:$USER $HOME/.kube/config - - kubectl apply -f https://docs.projectcalico.org/archive/v3.16/manifests/calico.yaml useExperimentalRetryJoin: true users: - name: root