Use busybox image v1.28 for DNS related examples (#13336)

This commit is contained in:
Dani Comnea
2019-03-22 22:32:10 +00:00
committed by Kubernetes Prow Robot
parent 8c4a729d84
commit 7c987a81b8
3 changed files with 10 additions and 10 deletions
@@ -112,7 +112,7 @@ spec:
hostname: busybox-1
subdomain: default-subdomain
containers:
- image: busybox
- image: busybox:1.28
command:
- sleep
- "3600"
@@ -128,7 +128,7 @@ spec:
hostname: busybox-2
subdomain: default-subdomain
containers:
- image: busybox
- image: busybox:1.28
command:
- sleep
- "3600"
@@ -192,7 +192,7 @@ metadata:
namespace: default
spec:
containers:
- image: busybox
- image: busybox:1.28
command:
- sleep
- "3600"