Skip to content

Commit 156173d

Browse files
committed
replace dnsutils example image
The gcr.io/kubernetes-e2e-test-images repo is deprecated and will eventually go away. Use an equivalent image from the project-owned k8s.gcr.io repo
1 parent 34f4f91 commit 156173d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/examples/admin/dns/dnsutils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: dnsutils
9-
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
9+
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
1010
command:
1111
- sleep
1212
- "3600"

content/id/examples/admin/dns/dnsutils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: dnsutils
9-
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
9+
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
1010
command:
1111
- sleep
1212
- "3600"

content/zh/examples/admin/dns/dnsutils.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
spec:
77
containers:
88
- name: dnsutils
9-
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
9+
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
1010
command:
1111
- sleep
1212
- "3600"

0 commit comments

Comments
 (0)