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
@@ -218,7 +218,7 @@ for i in 0 1; do kubectl exec web-$i -- sh -c 'hostname'; done
web-0
web-1
kubectl run -i --tty --image busybox dns-test --restart=Never --rm /bin/sh
kubectl run -i --tty --image busybox:1.28 dns-test --restart=Never --rm /bin/sh
nslookup web-0.nginx
Server: 10.0.0.10
Address 1: 10.0.0.10 kube-dns.kube-system.svc.cluster.local