Merge pull request from mcameron/patch-1

Update dnsutils.yaml example to prevent constant restarts
pull/37588/head
Kubernetes Prow Robot 2022-10-29 07:20:39 -07:00 committed by GitHub
commit 1a2d59e27e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
content/en/examples/admin/dns

View File

@ -9,6 +9,6 @@ spec:
image: registry.k8s.io/e2e-test-images/jessie-dnsutils:1.3
command:
- sleep
- "3600"
- "infinity"
imagePullPolicy: IfNotPresent
restartPolicy: Always