Skip to content

Commit 769ea8a

Browse files
committed
Add missing space in Pod Lifecycle concept page
1 parent 9cb970b commit 769ea8a

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
@@ -161,7 +161,7 @@ the Pod level `restartPolicy` is either `OnFailure` or `Always`.
161161
When the kubelet is handling container restarts according to the configured restart
162162
policy, that only applies to restarts that make replacement containers inside the
163163
same Pod and running on the same node. After containers in a Pod exit, the kubelet
164-
restarts them with an exponential back-off delay (10s, 20s,40s, …), that is capped at
164+
restarts them with an exponential back-off delay (10s, 20s, 40s, …), that is capped at
165165
five minutes. Once a container has executed for 10 minutes without any problems, the
166166
kubelet resets the restart backoff timer for that container.
167167
[Sidecar containers and Pod lifecycle](/docs/concepts/workloads/pods/sidecar-containers/#sidecar-containers-and-pod-lifecycle)

0 commit comments

Comments
 (0)