Skip to content

Commit

Permalink
Merge pull request #2297 from jsturtevant/update-calico-123
Browse files Browse the repository at this point in the history
Upgrade to calico 3.23.0
  • Loading branch information
k8s-ci-robot authored May 13, 2022
2 parents edc48fb + 691ee4b commit c08e5e6
Show file tree
Hide file tree
Showing 20 changed files with 4,297 additions and 518 deletions.
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.

0 comments on commit c08e5e6

Please sign in to comment.