Use busybox image v1.28 for DNS related examples (#13336)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8c4a729d84
commit
7c987a81b8
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user