From ead3506b2d6cd225f21e57e124c77b32338726a6 Mon Sep 17 00:00:00 2001 From: Cecile Robert-Michon Date: Thu, 3 Mar 2022 21:38:04 -0800 Subject: [PATCH] Update Calico to v3.22.1 --- templates/addons/calico-ipv6.yaml | 10 +++++----- templates/addons/calico.yaml | 10 +++++----- templates/addons/windows/calico/calico.yaml | 6 +++--- ...-prow-ci-version-windows-containerd-2022.yaml | 16 ++++++++-------- .../ci/cluster-template-prow-ci-version.yaml | 16 ++++++++-------- .../ci/cluster-template-prow-custom-vnet.yaml | 10 +++++----- ...er-template-prow-external-cloud-provider.yaml | 10 +++++----- .../test/ci/cluster-template-prow-ipv6.yaml | 10 +++++----- ...er-template-prow-machine-pool-ci-version.yaml | 16 ++++++++-------- .../ci/cluster-template-prow-machine-pool.yaml | 16 ++++++++-------- .../ci/cluster-template-prow-nvidia-gpu.yaml | 10 +++++----- .../test/ci/cluster-template-prow-private.yaml | 10 +++++----- templates/test/ci/cluster-template-prow.yaml | 16 ++++++++-------- ...ster-template-custom-builds-machine-pool.yaml | 16 ++++++++-------- .../test/dev/cluster-template-custom-builds.yaml | 16 ++++++++-------- 15 files changed, 94 insertions(+), 94 deletions(-) diff --git a/templates/addons/calico-ipv6.yaml b/templates/addons/calico-ipv6.yaml index 08e38ec7d0d..80ea82bfca5 100644 --- a/templates/addons/calico-ipv6.yaml +++ b/templates/addons/calico-ipv6.yaml @@ -4007,7 +4007,7 @@ spec: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4076,7 +4076,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/typha:v3.22.0 + image: docker.io/calico/typha:v3.22.1 livenessProbe: httpGet: host: localhost @@ -4192,7 +4192,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4267,7 +4267,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4276,7 +4276,7 @@ spec: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/addons/calico.yaml b/templates/addons/calico.yaml index 42ccf7d45da..a3c61a8ba56 100644 --- a/templates/addons/calico.yaml +++ b/templates/addons/calico.yaml @@ -4021,7 +4021,7 @@ spec: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4131,7 +4131,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4203,7 +4203,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4237,7 +4237,7 @@ spec: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4246,7 +4246,7 @@ spec: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/addons/windows/calico/calico.yaml b/templates/addons/windows/calico/calico.yaml index 30fe67b281b..185d7a3fc97 100644 --- a/templates/addons/windows/calico/calico.yaml +++ b/templates/addons/windows/calico/calico.yaml @@ -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.0-hostprocess + image: sigwindowstools/calico-install:v3.22.1-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1"] imagePullPolicy: Always env: @@ -205,7 +205,7 @@ spec: runAsUserName: "NT AUTHORITY\\system" containers: - name: calico-node-startup - image: sigwindowstools/calico-node:v3.22.0-hostprocess + image: sigwindowstools/calico-node:v3.22.1-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1"] workingDir: "$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/" imagePullPolicy: Always @@ -232,7 +232,7 @@ spec: - name: VXLAN_VNI value: "4096" - name: calico-node-felix - image: sigwindowstools/calico-node:v3.22.0-hostprocess + image: sigwindowstools/calico-node:v3.22.1-hostprocess args: ["$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1"] imagePullPolicy: Always workingDir: "$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/" diff --git a/templates/test/ci/cluster-template-prow-ci-version-windows-containerd-2022.yaml b/templates/test/ci/cluster-template-prow-ci-version-windows-containerd-2022.yaml index b02f3fc6a03..d9a5fe4cd42 100644 --- a/templates/test/ci/cluster-template-prow-ci-version-windows-containerd-2022.yaml +++ b/templates/test/ci/cluster-template-prow-ci-version-windows-containerd-2022.yaml @@ -4614,7 +4614,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4724,7 +4724,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4796,7 +4796,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4830,7 +4830,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4839,7 +4839,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4947,7 +4947,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4966,7 +4966,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4977,7 +4977,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/ci/cluster-template-prow-ci-version.yaml b/templates/test/ci/cluster-template-prow-ci-version.yaml index cbac82b7bac..7a9257006b5 100644 --- a/templates/test/ci/cluster-template-prow-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-ci-version.yaml @@ -4614,7 +4614,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4724,7 +4724,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4796,7 +4796,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4830,7 +4830,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4839,7 +4839,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4947,7 +4947,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4966,7 +4966,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4977,7 +4977,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/ci/cluster-template-prow-custom-vnet.yaml b/templates/test/ci/cluster-template-prow-custom-vnet.yaml index e918de90239..b7053e1e4d6 100644 --- a/templates/test/ci/cluster-template-prow-custom-vnet.yaml +++ b/templates/test/ci/cluster-template-prow-custom-vnet.yaml @@ -4294,7 +4294,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4404,7 +4404,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4476,7 +4476,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4510,7 +4510,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4519,7 +4519,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/test/ci/cluster-template-prow-external-cloud-provider.yaml b/templates/test/ci/cluster-template-prow-external-cloud-provider.yaml index c0cec599b21..907fd0fd944 100644 --- a/templates/test/ci/cluster-template-prow-external-cloud-provider.yaml +++ b/templates/test/ci/cluster-template-prow-external-cloud-provider.yaml @@ -4608,7 +4608,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4718,7 +4718,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4790,7 +4790,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4824,7 +4824,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4833,7 +4833,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/test/ci/cluster-template-prow-ipv6.yaml b/templates/test/ci/cluster-template-prow-ipv6.yaml index 0344ea552b5..dbe536ecfd5 100644 --- a/templates/test/ci/cluster-template-prow-ipv6.yaml +++ b/templates/test/ci/cluster-template-prow-ipv6.yaml @@ -4310,7 +4310,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4379,7 +4379,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/typha:v3.22.0 + image: docker.io/calico/typha:v3.22.1 livenessProbe: httpGet: host: localhost @@ -4495,7 +4495,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4570,7 +4570,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4579,7 +4579,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml index bbecef8db1c..878f69d7b20 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool-ci-version.yaml @@ -4562,7 +4562,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4672,7 +4672,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4744,7 +4744,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4778,7 +4778,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4787,7 +4787,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4895,7 +4895,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4914,7 +4914,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4925,7 +4925,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/ci/cluster-template-prow-machine-pool.yaml b/templates/test/ci/cluster-template-prow-machine-pool.yaml index b9482c5cd0a..dc321e6f8da 100644 --- a/templates/test/ci/cluster-template-prow-machine-pool.yaml +++ b/templates/test/ci/cluster-template-prow-machine-pool.yaml @@ -4375,7 +4375,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4485,7 +4485,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4557,7 +4557,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4591,7 +4591,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4600,7 +4600,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4708,7 +4708,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4727,7 +4727,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4738,7 +4738,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml b/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml index 4fc58d6e8ed..e28b656b1b8 100644 --- a/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml +++ b/templates/test/ci/cluster-template-prow-nvidia-gpu.yaml @@ -8203,7 +8203,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -8313,7 +8313,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -8385,7 +8385,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -8419,7 +8419,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -8428,7 +8428,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/test/ci/cluster-template-prow-private.yaml b/templates/test/ci/cluster-template-prow-private.yaml index 3f75c3aea2f..88ae8e8c134 100644 --- a/templates/test/ci/cluster-template-prow-private.yaml +++ b/templates/test/ci/cluster-template-prow-private.yaml @@ -4303,7 +4303,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4413,7 +4413,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4485,7 +4485,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4519,7 +4519,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4528,7 +4528,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true diff --git a/templates/test/ci/cluster-template-prow.yaml b/templates/test/ci/cluster-template-prow.yaml index 0cf4598c2d8..e82b417c441 100644 --- a/templates/test/ci/cluster-template-prow.yaml +++ b/templates/test/ci/cluster-template-prow.yaml @@ -4414,7 +4414,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4524,7 +4524,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4596,7 +4596,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4630,7 +4630,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4639,7 +4639,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4747,7 +4747,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4766,7 +4766,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4777,7 +4777,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml b/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml index 1c9b4634e8d..f713517f30b 100644 --- a/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml +++ b/templates/test/dev/cluster-template-custom-builds-machine-pool.yaml @@ -4465,7 +4465,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4575,7 +4575,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4647,7 +4647,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4681,7 +4681,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4690,7 +4690,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4798,7 +4798,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4817,7 +4817,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4828,7 +4828,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n diff --git a/templates/test/dev/cluster-template-custom-builds.yaml b/templates/test/dev/cluster-template-custom-builds.yaml index 4a4af0cedd8..3a3c1f3d493 100644 --- a/templates/test/dev/cluster-template-custom-builds.yaml +++ b/templates/test/dev/cluster-template-custom-builds.yaml @@ -4503,7 +4503,7 @@ data: value: node - name: DATASTORE_TYPE value: kubernetes - image: docker.io/calico/kube-controllers:v3.22.0 + image: docker.io/calico/kube-controllers:v3.22.1 livenessProbe: exec: command: @@ -4613,7 +4613,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/node:v3.22.0 + image: docker.io/calico/node:v3.22.1 lifecycle: preStop: exec: @@ -4685,7 +4685,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: upgrade-ipam securityContext: privileged: true @@ -4719,7 +4719,7 @@ data: - configMapRef: name: kubernetes-services-endpoint optional: true - image: docker.io/calico/cni:v3.22.0 + image: docker.io/calico/cni:v3.22.1 name: install-cni securityContext: privileged: true @@ -4728,7 +4728,7 @@ data: name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - - image: docker.io/calico/pod2daemon-flexvol:v3.22.0 + - image: docker.io/calico/pod2daemon-flexvol:v3.22.1 name: flexvol-driver securityContext: privileged: true @@ -4836,7 +4836,7 @@ data: for rescheduling.\n - key: CriticalAddonsOnly\n operator: Exists\n \ - effect: NoExecute\n operator: Exists\n initContainers:\n # This container installs the CNI binaries\n # and CNI network config file - on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.0-hostprocess\n + on each node.\n - name: install-cni\n image: sigwindowstools/calico-install:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/install.ps1\"]\n \ imagePullPolicy: Always\n env:\n # Name of the CNI config file to create.\n - name: CNI_CONF_NAME\n value: @@ -4855,7 +4855,7 @@ data: cni-net-dir\n - name: kubeadm-config\n mountPath: /etc/kubeadm-config/\n \ securityContext:\n windowsOptions:\n hostProcess: true\n runAsUserName: \"NT AUTHORITY\\\\system\"\n containers:\n - \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.0-hostprocess\n + \ - name: calico-node-startup\n image: sigwindowstools/calico-node:v3.22.1-hostprocess\n \ args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/node-service.ps1\"]\n \ workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n imagePullPolicy: Always\n volumeMounts:\n - name: calico-config-windows\n mountPath: @@ -4866,7 +4866,7 @@ data: name: CNI_IPAM_TYPE\n value: \"calico-ipam\"\n - name: CALICO_NETWORKING_BACKEND\n \ value: \"vxlan\"\n - name: KUBECONFIG\n value: \"C:/etc/cni/net.d/calico-kubeconfig\"\n \ - name: VXLAN_VNI\n value: \"4096\"\n - name: calico-node-felix\n - \ image: sigwindowstools/calico-node:v3.22.0-hostprocess\n args: + \ image: sigwindowstools/calico-node:v3.22.1-hostprocess\n args: [\"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/felix-service.ps1\"]\n imagePullPolicy: Always\n workingDir: \"$env:CONTAINER_SANDBOX_MOUNT_POINT/calico/\"\n volumeMounts:\n \ - name: calico-config-windows\n mountPath: /etc/kube-calico-windows/\n