Merge pull request #33368 from kinzhi/kinzhi74
[zh]Update content/zh/examples/pods/probe/exec-liveness.yaml
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user