Skip to content

Commit daccbfb

Browse files
authored
Merge pull request #33436 from kinzhi/kinzhi88
[zh]Update content/zh/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md
2 parents 81c997a + 7d9d378 commit daccbfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ kubelet 在容器内执行命令 `cat /tmp/healthy` 来进行探测。
9191
当容器启动时,执行如下的命令:
9292

9393
```shell
94-
/bin/sh -c "touch /tmp/healthy; sleep 30; rm -rf /tmp/healthy; sleep 600"
94+
/bin/sh -c "touch /tmp/healthy; sleep 30; rm -f /tmp/healthy; sleep 600"
9595
```
9696

9797
<!--

0 commit comments

Comments
 (0)