From 80d695656feb002e1d080147375889f3cd099407 Mon Sep 17 00:00:00 2001 From: Jesus Climent Date: Thu, 8 Oct 2020 14:48:15 -0400 Subject: [PATCH] Update pod-lifecycle.md Redundant "without problems" removed. --- content/en/docs/concepts/workloads/pods/pod-lifecycle.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md index 28d5c0a1f6..177c61cb48 100644 --- a/content/en/docs/concepts/workloads/pods/pod-lifecycle.md +++ b/content/en/docs/concepts/workloads/pods/pod-lifecycle.md @@ -140,9 +140,8 @@ and Never. The default value is Always. The `restartPolicy` applies to all containers in the Pod. `restartPolicy` only refers to restarts of the containers by the kubelet on the same node. After containers in a Pod exit, the kubelet restarts them with an exponential back-off delay (10s, 20s, -40s, …), that is capped at five minutes. Once a container has executed with no problems -for 10 minutes without any problems, the kubelet resets the restart backoff timer for -that container. +40s, …), that is capped at five minutes. Once a container has executed for 10 minutes +without any problems, the kubelet resets the restart backoff timer forthat container. ## Pod conditions