Skip to content

Commit 983df61

Browse files
authored
Fix typo in container restart policy #25041
Issue: #25041 Description: Missing space in the word "forthat", it should be "for that". Fix: Fixed the missing space in "forthat" under the topic "Container restart policy". Doc link: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
1 parent 497e2cc commit 983df61

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)