From 84c6ae7f003faa1397c0c8446ae8b240228eb88a Mon Sep 17 00:00:00 2001 From: sjoh0704 Date: Tue, 27 Sep 2022 19:28:14 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20capi,=20vsphere=20clustertemplate?= =?UTF-8?q?=EC=97=90=EC=84=9C=20cni=20=EC=84=A4=EC=B9=98=20=EC=BB=A4?= =?UTF-8?q?=EB=A7=A8=EB=93=9C=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/capi-template/capi-aws-template.yaml | 1 - config/capi-template/capi-vsphere-template.yaml | 1 - 2 files changed, 2 deletions(-) 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