From e54743410d3967e00190e4111ae8a6c0d2cab7ba Mon Sep 17 00:00:00 2001 From: mohamed chiheb ben jemaa Date: Thu, 12 Sep 2019 18:14:29 +0100 Subject: [PATCH] ssue with k8s.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/ (#16285) * change livenessprobe restart concept to container * Update content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md Co-Authored-By: Tim Bannister --- .../configure-liveness-readiness-probes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md b/content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md index fc9f9c3473..7c0a5fecfa 100644 --- a/content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md +++ b/content/en/docs/tasks/configure-pod-container/configure-liveness-readiness-probes.md @@ -286,7 +286,7 @@ to 1 second. Minimum value is 1. considered successful after having failed. Defaults to 1. Must be 1 for liveness. Minimum value is 1. * `failureThreshold`: When a Pod starts and the probe fails, Kubernetes will -try `failureThreshold` times before giving up. Giving up in case of liveness probe means restarting the Pod. In case of readiness probe the Pod will be marked Unready. +try `failureThreshold` times before giving up. Giving up in case of liveness probe means restarting the container. In case of readiness probe the Pod will be marked Unready. Defaults to 3. Minimum value is 1. [HTTP probes](/docs/reference/generated/kubernetes-api/{{< param "version" >}}/#httpgetaction-v1-core)