Merge pull request #12584 from claudiubelu/e2e-test-images-refs
Updates E2E test images registrypull/12653/head
commit
5d100b19bf
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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"]
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue