Skip to content

Commit 627ab12

Browse files
authored
🌱 e2e: pull calico from a gcr.io mirror (#3525)
* e2e: pull calico from a gcr.io mirror * e2e: calico disable usage reporting * Update test/e2e/data/cni/calico/calico.yaml * Update test/e2e/data/cni/calico/calico.yaml * Update test/e2e/data/cni/calico/calico.yaml
1 parent 25bddc5 commit 627ab12

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/e2e/data/cni/calico/calico.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9838,7 +9838,7 @@ spec:
98389838
# This is required for the GCVE environment because we need a smaller mtu then what gets defaulted to otherwise and due to
98399839
# calico issue https://github.com/projectcalico/calico/issues/9718.
98409840
- 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
98429842
imagePullPolicy: IfNotPresent
98439843
command: ["/bin/bash", "-c", "echo 1340 > /var/lib/calico/mtu"]
98449844
volumeMounts:
@@ -9851,7 +9851,7 @@ spec:
98519851
# It can be deleted if this is a fresh installation, or if you have already
98529852
# upgraded to use calico-ipam.
98539853
- 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
98559855
imagePullPolicy: IfNotPresent
98569856
command: ["/opt/cni/bin/calico-ipam", "-upgrade"]
98579857
envFrom:
@@ -9879,7 +9879,7 @@ spec:
98799879
# This container installs the CNI binaries
98809880
# and CNI network config file on each node.
98819881
- 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
98839883
imagePullPolicy: IfNotPresent
98849884
command: ["/opt/cni/bin/install"]
98859885
envFrom:
@@ -9922,7 +9922,7 @@ spec:
99229922
# i.e. bpf at /sys/fs/bpf and cgroup2 at /run/calico/cgroup. Calico-node initialisation is executed
99239923
# in best effort fashion, i.e. no failure for errors, to not disrupt pod creation in iptable mode.
99249924
- 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
99269926
imagePullPolicy: IfNotPresent
99279927
command: ["calico-node", "-init", "-best-effort"]
99289928
volumeMounts:
@@ -9948,7 +9948,7 @@ spec:
99489948
# container programs network policy and routes on each
99499949
# host.
99509950
- 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
99529952
imagePullPolicy: IfNotPresent
99539953
envFrom:
99549954
- configMapRef:
@@ -10168,7 +10168,7 @@ spec:
1016810168
priorityClassName: system-cluster-critical
1016910169
containers:
1017010170
- 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
1017210172
imagePullPolicy: IfNotPresent
1017310173
env:
1017410174
# Choose which controllers to run.

0 commit comments

Comments
 (0)