mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-31 12:14:27 +01:00
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 #6461 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
committed by
Jeremi Piotrowski
parent
ef8b5ca32d
commit
94b3ab8339
@@ -11,7 +11,7 @@
|
||||
|
||||
# Variables used by the kubernetes tests
|
||||
export docker_images_nginx_version="1.15-alpine"
|
||||
export container_images_agnhost_name="k8s.gcr.io/e2e-test-images/agnhost"
|
||||
export container_images_agnhost_name="registry.k8s.io/e2e-test-images/agnhost"
|
||||
export container_images_agnhost_version="2.21"
|
||||
|
||||
# Timeout options, mainly for use with waitForProcess(). Use them unless the
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
runtimeClassName: kata-clh
|
||||
containers:
|
||||
- image: k8s.gcr.io/hpa-example
|
||||
- image: registry.k8s.io/hpa-example
|
||||
imagePullPolicy: Always
|
||||
name: php-apache
|
||||
ports:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
runtimeClassName: kata-dragonball
|
||||
containers:
|
||||
- image: k8s.gcr.io/hpa-example
|
||||
- image: registry.k8s.io/hpa-example
|
||||
imagePullPolicy: Always
|
||||
name: php-apache
|
||||
ports:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
runtimeClassName: kata-fc
|
||||
containers:
|
||||
- image: k8s.gcr.io/hpa-example
|
||||
- image: registry.k8s.io/hpa-example
|
||||
imagePullPolicy: Always
|
||||
name: php-apache
|
||||
ports:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
runtimeClassName: kata-qemu
|
||||
containers:
|
||||
- image: k8s.gcr.io/hpa-example
|
||||
- image: registry.k8s.io/hpa-example
|
||||
imagePullPolicy: Always
|
||||
name: php-apache
|
||||
ports:
|
||||
|
||||
@@ -15,7 +15,7 @@ spec:
|
||||
run: php-apache-runc
|
||||
spec:
|
||||
containers:
|
||||
- image: k8s.gcr.io/hpa-example
|
||||
- image: registry.k8s.io/hpa-example
|
||||
imagePullPolicy: Always
|
||||
name: php-apache
|
||||
ports:
|
||||
|
||||
@@ -260,7 +260,7 @@ externals:
|
||||
|
||||
pause:
|
||||
description: "Kubernetes pause container image"
|
||||
repo: "docker://k8s.gcr.io/pause"
|
||||
repo: "docker://registry.k8s.io/pause"
|
||||
version: "3.6"
|
||||
|
||||
runc:
|
||||
|
||||
Reference in New Issue
Block a user