diff --git a/setup-calico.sh b/setup-calico.sh new file mode 100644 index 0000000..0e9bbfa --- /dev/null +++ b/setup-calico.sh @@ -0,0 +1,3 @@ +kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/tigera-operator.yaml +kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/custom-resources.yaml +kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.0/manifests/calico.yaml