calico con operator tigera

This commit is contained in:
trigkeyb
2025-01-12 10:52:09 +01:00
parent f6f9486efe
commit 4b7768a237
4 changed files with 50 additions and 6 deletions

View File

@@ -2,7 +2,35 @@
# Variables
kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/calico.yaml
curl -O https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/tigera-operator.yaml
curl -O https://raw.githubusercontent.com/projectcalico/calico/v3.26.1/manifests/custom-resources.yaml
kubectl create -f tigera-operator.yaml
kubectl create -f custom-resources.yaml
# kubectl apply -f https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/calico.yaml
wget https://raw.githubusercontent.com/projectcalico/calico/v3.29.1/manifests/calico.yaml
sed -ie 's/192.168.0.0/172.24.0.0/g' calico.yaml