From 7f7b684c47c96f3d7f620e225861b6e3e9fef338 Mon Sep 17 00:00:00 2001 From: sandervanvugt Date: Fri, 2 Jun 2023 15:55:21 +0200 Subject: [PATCH] message --- setup-calico.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 setup-calico.sh 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