From e12ac93f8ec2ee57cba83c66533457c09b01b3eb Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Mon, 16 Oct 2023 17:12:23 +0200 Subject: [PATCH] Update calico to v3.26.3 --- kola/tests/kubeadm/templates.go | 4 ++-- kola/tests/kubeadm/testdata/master-calico-script.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kola/tests/kubeadm/templates.go b/kola/tests/kubeadm/templates.go index 2ceae6d19..f81ceeeb1 100644 --- a/kola/tests/kubeadm/templates.go +++ b/kola/tests/kubeadm/templates.go @@ -342,7 +342,7 @@ EOF {{ if eq .CNI "calico" }} cat << EOF > calico.yaml -# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/custom-resources.yaml +# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/custom-resources.yaml # This section includes base Calico installation configuration. # For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.Installation apiVersion: operator.tigera.io/v1 @@ -385,7 +385,7 @@ EOF chown -R core:core /home/core/.kube; chmod a+r /home/core/.kube/config; {{ if eq .CNI "calico" }} - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml + kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/tigera-operator.yaml # calico.yaml uses Installation and APIServer CRDs, so make sure that they are established. kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/installations.operator.tigera.io kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/apiservers.operator.tigera.io diff --git a/kola/tests/kubeadm/testdata/master-calico-script.sh b/kola/tests/kubeadm/testdata/master-calico-script.sh index 868ff3207..36f5086c5 100644 --- a/kola/tests/kubeadm/testdata/master-calico-script.sh +++ b/kola/tests/kubeadm/testdata/master-calico-script.sh @@ -74,7 +74,7 @@ EOF cat << EOF > calico.yaml -# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/custom-resources.yaml +# Source: https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/custom-resources.yaml # This section includes base Calico installation configuration. # For more information, see: https://projectcalico.docs.tigera.io/master/reference/installation/api#operator.tigera.io/v1.Installation apiVersion: operator.tigera.io/v1 @@ -117,7 +117,7 @@ EOF chown -R core:core /home/core/.kube; chmod a+r /home/core/.kube/config; - kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.25.0/manifests/tigera-operator.yaml + kubectl create -f https://raw.githubusercontent.com/projectcalico/calico/v3.26.3/manifests/tigera-operator.yaml # calico.yaml uses Installation and APIServer CRDs, so make sure that they are established. kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/installations.operator.tigera.io kubectl -n tigera-operator wait --for condition=established --timeout=60s crd/apiservers.operator.tigera.io