Skip to content

Commit 0db8fb8

Browse files
wainersmstevenhorsman
authored andcommitted
versions: migrate out of k8s.gcr.io
The k8s.gcr.io is deprecated for a while now and has been redirected to registry.k8s.io. However on some bare-metal machines in our testing pools that redirection is not working, so let's just replace the registries. Fixes kata-containers#8098 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> (cherry picked from commit b2c3bca)
1 parent a890ad3 commit 0db8fb8

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/integration/kubernetes/tests_common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
# Variables used by the kubernetes tests
1313
export docker_images_nginx_version="1.15-alpine"
14-
export container_images_agnhost_name="k8s.gcr.io/e2e-test-images/agnhost"
14+
export container_images_agnhost_name="registry.k8s.io/e2e-test-images/agnhost"
1515
export container_images_agnhost_version="2.21"
1616

1717
# Timeout options, mainly for use with waitForProcess(). Use them unless the

tools/packaging/kata-deploy/examples/test-deploy-kata-clh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-clh
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-dragonball.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-dragonball
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-fc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-fc
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-kata-qemu.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
runtimeClassName: kata-qemu
1818
containers:
19-
- image: k8s.gcr.io/hpa-example
19+
- image: registry.k8s.io/hpa-example
2020
imagePullPolicy: Always
2121
name: php-apache
2222
ports:

tools/packaging/kata-deploy/examples/test-deploy-runc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
run: php-apache-runc
1616
spec:
1717
containers:
18-
- image: k8s.gcr.io/hpa-example
18+
- image: registry.k8s.io/hpa-example
1919
imagePullPolicy: Always
2020
name: php-apache
2121
ports:

0 commit comments

Comments
 (0)