Skip to content

Commit

Permalink
Merge pull request #117 from gianarb/remove-calico
Browse files Browse the repository at this point in the history
remove calico from cluster template
  • Loading branch information
gianarb authored Jun 3, 2020
2 parents 3d0999f + d72f9c8 commit f333fec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f333fec

Please sign in to comment.