From d72f9c8c455f8884bcd0252806c1c1760ad29503 Mon Sep 17 00:00:00 2001 From: Gianluca Arbezzano Date: Wed, 3 Jun 2020 13:05:14 +0200 Subject: [PATCH] remove calico from cluster template I have probably forget this line during previous tests. The CNI installation is a follow up steps that users has to take by their own. Or they can write their own cluster.yaml that contains what they like. --- templates/cluster-template.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/cluster-template.yaml b/templates/cluster-template.yaml index 62f25599f..a4e1b9871 100644 --- a/templates/cluster-template.yaml +++ b/templates/cluster-template.yaml @@ -19,7 +19,6 @@ spec: - systemctl enable docker - systemctl start docker postKubeadmCommands: - - "kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://docs.projectcalico.org/v3.11/manifests/calico.yaml" - "kubectl --kubeconfig /etc/kubernetes/admin.conf create secret generic -n kube-system packet-cloud-config --from-literal=cloud-sa.json='{\"apiKey\": \"{{ .apiKey }}\",\"projectID\": \"${PROJECT_ID}\"}'" - "kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://raw.githubusercontent.com/packethost/packet-ccm/master/deploy/releases/v1.0.0/deployment.yaml" initConfiguration: