Merge pull request #12584 from claudiubelu/e2e-test-images-refs

Updates E2E test images registry
pull/12653/head
Steven Powell 2021-10-05 14:43:36 -04:00 committed by GitHub
commit 5d100b19bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ spec:
- name: busybox
# flaky nslookup in busybox versions newer than 1.28:
# https://github.com/docker-library/busybox/issues/48
# note: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
# note: k8s.gcr.io/e2e-test-images/agnhost:2.32
# has similar issues (ie, resolves but returns exit code 1)
image: busybox:1.28
command:

View File

@ -17,7 +17,7 @@ spec:
containers:
# dnsutils is easier to debug DNS issues with than the standard busybox image
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils
image: k8s.gcr.io/e2e-test-images/agnhost:2.32
command:
["/bin/sh", "-c", "while true; do echo hello | nc -l -p 8080; done"]
affinity:

View File

@ -17,7 +17,7 @@ spec:
containers:
# dnsutils is easier to debug DNS issues with than the standard busybox image
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
image: k8s.gcr.io/e2e-test-images/agnhost:2.32
command:
["/bin/sh", "-c", "while true; do echo hello | nc -l -p 8080; done"]
---