Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit f333fec

Browse files
authored
Merge pull request #117 from gianarb/remove-calico
remove calico from cluster template
2 parents 3d0999f + d72f9c8 commit f333fec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/cluster-template.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ spec:
1919
- systemctl enable docker
2020
- systemctl start docker
2121
postKubeadmCommands:
22-
- "kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://docs.projectcalico.org/v3.11/manifests/calico.yaml"
2322
- "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}\"}'"
2423
- "kubectl apply --kubeconfig /etc/kubernetes/admin.conf -f https://raw.githubusercontent.com/packethost/packet-ccm/master/deploy/releases/v1.0.0/deployment.yaml"
2524
initConfiguration:

0 commit comments

Comments
 (0)