Skip to content

Commit bb270a2

Browse files
authored
Merge pull request #25085 from sharath94z/patch-1
Fix typo in container restart policy doc
2 parents 497e2cc + 983df61 commit bb270a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The `restartPolicy` applies to all containers in the Pod. `restartPolicy` only
142142
refers to restarts of the containers by the kubelet on the same node. After containers
143143
in a Pod exit, the kubelet restarts them with an exponential back-off delay (10s, 20s,
144144
40s, …), that is capped at five minutes. Once a container has executed for 10 minutes
145-
without any problems, the kubelet resets the restart backoff timer forthat container.
145+
without any problems, the kubelet resets the restart backoff timer for that container.
146146

147147
## Pod conditions
148148

0 commit comments

Comments
 (0)