Skip to content

Commit

Permalink
Update Calico to v3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Feb 25, 2022
1 parent c444fdb commit 032fd9d
Show file tree
Hide file tree
Showing 18 changed files with 4,986 additions and 359 deletions.
379 changes: 356 additions & 23 deletions templates/addons/calico-ipv6.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/addons/calico-ipv6/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://docs.projectcalico.org/v3.20/manifests/calico-policy-only.yaml
- https://docs.projectcalico.org/v3.22/manifests/calico-policy-only.yaml
patchesStrategicMerge:
- patches/azure-mtu.yaml
patches:
Expand Down
377 changes: 354 additions & 23 deletions templates/addons/calico.yaml

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions templates/addons/calico/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://docs.projectcalico.org/v3.20/manifests/calico-vxlan.yaml
- https://docs.projectcalico.org/v3.22/manifests/calico-vxlan.yaml
patchesStrategicMerge:
- patches/azure-mtu.yaml
patches:
- path: patches/calico-node.yaml
target:
kind: DaemonSet
- target:
version: v1
kind: DaemonSet
name: calico-node
namespace: kube-system
path: patches/remove-aws-reference.yaml
- path: patches/control-plane-tolerations.yaml
target:
kind: Deployment
Expand Down
5 changes: 0 additions & 5 deletions templates/addons/calico/patches/remove-aws-reference.yaml

This file was deleted.

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.20.4-hostprocess
image: sigwindowstools/calico-install:v3.22.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.20.4-hostprocess
image: sigwindowstools/calico-node:v3.22.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.20.4-hostprocess
image: sigwindowstools/calico-node:v3.22.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.

383 changes: 357 additions & 26 deletions templates/test/ci/cluster-template-prow-ci-version.yaml

Large diffs are not rendered by default.

377 changes: 354 additions & 23 deletions templates/test/ci/cluster-template-prow-custom-vnet.yaml

Large diffs are not rendered by default.

377 changes: 354 additions & 23 deletions templates/test/ci/cluster-template-prow-external-cloud-provider.yaml

Large diffs are not rendered by default.

379 changes: 356 additions & 23 deletions templates/test/ci/cluster-template-prow-ipv6.yaml

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions templates/test/ci/cluster-template-prow-machine-pool.yaml

Large diffs are not rendered by default.

377 changes: 354 additions & 23 deletions templates/test/ci/cluster-template-prow-nvidia-gpu.yaml

Large diffs are not rendered by default.

377 changes: 354 additions & 23 deletions templates/test/ci/cluster-template-prow-private.yaml

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions templates/test/ci/cluster-template-prow.yaml

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions templates/test/dev/cluster-template-custom-builds-machine-pool.yaml

Large diffs are not rendered by default.

383 changes: 357 additions & 26 deletions templates/test/dev/cluster-template-custom-builds.yaml

Large diffs are not rendered by default.

0 comments on commit 032fd9d

Please sign in to comment.