mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +00: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 #8098 Signed-off-by: Wainer dos Santos Moschetta <wainersm@redhat.com> (cherry picked from commit b2c3bca558c38deff2117d5909d9071c23c05590)
This commit is contained in:
parent
a890ad3a16
commit
0db8fb8f98
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Variables used by the kubernetes tests
|
# Variables used by the kubernetes tests
|
||||||
export docker_images_nginx_version="1.15-alpine"
|
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"
|
export container_images_agnhost_version="2.21"
|
||||||
|
|
||||||
# Timeout options, mainly for use with waitForProcess(). Use them unless the
|
# Timeout options, mainly for use with waitForProcess(). Use them unless the
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-clh
|
runtimeClassName: kata-clh
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-dragonball
|
runtimeClassName: kata-dragonball
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-fc
|
runtimeClassName: kata-fc
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@ -16,7 +16,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
runtimeClassName: kata-qemu
|
runtimeClassName: kata-qemu
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
@ -15,7 +15,7 @@ spec:
|
|||||||
run: php-apache-runc
|
run: php-apache-runc
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: k8s.gcr.io/hpa-example
|
- image: registry.k8s.io/hpa-example
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: php-apache
|
name: php-apache
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user