Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.3] Upgrade to calico 3.23.0 #2298

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ generate-addons: fetch-calico-manifests ## Generate metric-server, calico calico
$(KUSTOMIZE) build $(ADDONS_DIR)/calico-dual-stack > $(ADDONS_DIR)/calico-dual-stack.yaml

# When updating this, make sure to also update the Windows image version in templates/addons/windows/calico.
CALICO_VERSION := v3.22.1
CALICO_VERSION := v3.23.0

.PHONY: fetch-calico-manifests
fetch-calico-manifests: ## Get Calico release manifests and unzip them.
Expand Down
263 changes: 236 additions & 27 deletions templates/addons/calico-dual-stack.yaml

Large diffs are not rendered by default.

263 changes: 236 additions & 27 deletions templates/addons/calico-ipv6.yaml

Large diffs are not rendered by default.

278 changes: 241 additions & 37 deletions templates/addons/calico-ipv6/calico-policy-only.yaml

Large diffs are not rendered by default.

263 changes: 237 additions & 26 deletions templates/addons/calico.yaml

Large diffs are not rendered by default.

279 changes: 243 additions & 36 deletions templates/addons/calico/calico-vxlan.yaml

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions templates/addons/windows/calico/calico.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ spec:
# This container installs the CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: sigwindowstools/calico-install:v3.22.1-hostprocess
image: sigwindowstools/calico-install:v3.23.0-hostprocess
args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1"]
imagePullPolicy: Always
env:
Expand Down Expand Up @@ -205,7 +205,7 @@ spec:
runAsUserName: "NT AUTHORITY\\system"
containers:
- name: calico-node-startup
image: sigwindowstools/calico-node:v3.22.1-hostprocess
image: sigwindowstools/calico-node:v3.23.0-hostprocess
args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1"]
workingDir: "$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/"
imagePullPolicy: Always
Expand All @@ -232,7 +232,7 @@ spec:
- name: VXLAN_VNI
value: "4096"
- name: calico-node-felix
image: sigwindowstools/calico-node:v3.22.1-hostprocess
image: sigwindowstools/calico-node:v3.23.0-hostprocess
args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1"]
imagePullPolicy: Always
workingDir: "$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/"
Expand Down

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/ci/cluster-template-prow-ci-version.yaml

Large diffs are not rendered by default.

263 changes: 237 additions & 26 deletions templates/test/ci/cluster-template-prow-custom-vnet.yaml

Large diffs are not rendered by default.

263 changes: 236 additions & 27 deletions templates/test/ci/cluster-template-prow-dual-stack.yaml

Large diffs are not rendered by default.

263 changes: 237 additions & 26 deletions templates/test/ci/cluster-template-prow-external-cloud-provider.yaml

Large diffs are not rendered by default.

263 changes: 236 additions & 27 deletions templates/test/ci/cluster-template-prow-ipv6.yaml

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/ci/cluster-template-prow-machine-pool.yaml

Large diffs are not rendered by default.

263 changes: 237 additions & 26 deletions templates/test/ci/cluster-template-prow-nvidia-gpu.yaml

Large diffs are not rendered by default.

263 changes: 237 additions & 26 deletions templates/test/ci/cluster-template-prow-private.yaml

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/ci/cluster-template-prow.yaml

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/dev/cluster-template-custom-builds-machine-pool.yaml

Large diffs are not rendered by default.

269 changes: 240 additions & 29 deletions templates/test/dev/cluster-template-custom-builds.yaml

Large diffs are not rendered by default.