Merge pull request #33368 from kinzhi/kinzhi74

[zh]Update content/zh/examples/pods/probe/exec-liveness.yaml
pull/33373/head
Kubernetes Prow Robot 2022-05-01 03:41:12 -07:00 committed by GitHub
commit 46d1b3c69a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ spec:
args:
- /bin/sh
- -c
- touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600
- touch /tmp/healthy; sleep 30; rm -f /tmp/healthy; sleep 600
livenessProbe:
exec:
command: