Skip to content

Commit

Permalink
Support Calico 3.26.x
Browse files Browse the repository at this point in the history
* Renames calico script to match the version it was intended for: 3.21.
* Match calico_tag 3.26.* with the new manifest. All other versions will
  continue to use manifest intended for 3.21.*
* Calico manifest for 3.26[1] is tested for K8s versions v1.24 through v1.28[2].

[1] https://raw.githubusercontent.com/projectcalico/calico/v3.26.4/manifests/calico.yaml
[2] https://docs.tigera.io/calico/3.26/getting-started/kubernetes/requirements

Change-Id: I548e831c13be9b732303c945b2a7ba97a245b0df
(cherry picked from commit 0fdec72)
  • Loading branch information
dalees authored and mnasiadka committed Mar 28, 2024
1 parent a7a7759 commit 7e274ce
Show file tree
Hide file tree
Showing 4 changed files with 5,025 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
step="calico-service"
step="calico-service-v3-21-x"
printf "Starting to run ${step}\n"

set -e
Expand Down
Loading

0 comments on commit 7e274ce

Please sign in to comment.