From d640b30faae1a6fee02e707614acc71961fef5c4 Mon Sep 17 00:00:00 2001 From: "wei.wang" Date: Sun, 1 May 2022 18:16:26 +0800 Subject: [PATCH] [zh]Update content/zh/examples/pods/probe/exec-liveness.yaml --- content/zh/examples/pods/probe/exec-liveness.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/examples/pods/probe/exec-liveness.yaml b/content/zh/examples/pods/probe/exec-liveness.yaml index 07bf75f85c..6a9c9b3213 100644 --- a/content/zh/examples/pods/probe/exec-liveness.yaml +++ b/content/zh/examples/pods/probe/exec-liveness.yaml @@ -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: