@@ -9838,7 +9838,7 @@ spec:
9838
9838
# This is required for the GCVE environment because we need a smaller mtu then what gets defaulted to otherwise and due to
9839
9839
# calico issue https://github.com/projectcalico/calico/issues/9718.
9840
9840
- name: set-mtu
9841
- image: quay .io/calico/node:v3.30.1
9841
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/node:v3.30.1
9842
9842
imagePullPolicy: IfNotPresent
9843
9843
command: ["/bin/bash", "-c", "echo 1340 > /var/lib/calico/mtu"]
9844
9844
volumeMounts:
@@ -9851,7 +9851,7 @@ spec:
9851
9851
# It can be deleted if this is a fresh installation, or if you have already
9852
9852
# upgraded to use calico-ipam.
9853
9853
- name: upgrade-ipam
9854
- image: quay .io/calico/cni:v3.30.1
9854
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/cni:v3.30.1
9855
9855
imagePullPolicy: IfNotPresent
9856
9856
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
9857
9857
envFrom:
@@ -9879,7 +9879,7 @@ spec:
9879
9879
# This container installs the CNI binaries
9880
9880
# and CNI network config file on each node.
9881
9881
- name: install-cni
9882
- image: quay .io/calico/cni:v3.30.1
9882
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/cni:v3.30.1
9883
9883
imagePullPolicy: IfNotPresent
9884
9884
command: ["/opt/cni/bin/install"]
9885
9885
envFrom:
@@ -9922,7 +9922,7 @@ spec:
9922
9922
# i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
9923
9923
# in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
9924
9924
- name: "mount-bpffs"
9925
- image: quay .io/calico/node:v3.30.1
9925
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/node:v3.30.1
9926
9926
imagePullPolicy: IfNotPresent
9927
9927
command: ["calico-node", "-init", "-best-effort"]
9928
9928
volumeMounts:
@@ -9948,7 +9948,7 @@ spec:
9948
9948
# container programs network policy and routes on each
9949
9949
# host.
9950
9950
- name: calico-node
9951
- image: quay .io/calico/node:v3.30.1
9951
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/node:v3.30.1
9952
9952
imagePullPolicy: IfNotPresent
9953
9953
envFrom:
9954
9954
- configMapRef:
@@ -10168,7 +10168,7 @@ spec:
10168
10168
priorityClassName: system-cluster-critical
10169
10169
containers:
10170
10170
- name: calico-kube-controllers
10171
- image: quay .io/calico/kube-controllers:v3.30.1
10171
+ image: gcr .io/k8s-staging-capi-vsphere/extra /calico/kube-controllers:v3.30.1
10172
10172
imagePullPolicy: IfNotPresent
10173
10173
env:
10174
10174
# Choose which controllers to run.
0 commit comments