Skip to content

Commit e9c7435

Browse files
authored
Merge pull request #45220 from Arhell/zh-space
[zh] Add missing space
2 parents 09a5fb3 + b3f9da6 commit e9c7435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Pod 级别的 `restartPolicy` 字段:在 Kubernetes 中,Sidecar 被定义为
320320
When the kubelet is handling container restarts according to the configured restart
321321
policy, that only applies to restarts that make replacement containers inside the
322322
same Pod and running on the same node. After containers in a Pod exit, the kubelet
323-
restarts them with an exponential back-off delay (10s, 20s,40s, …), that is capped at
323+
restarts them with an exponential back-off delay (10s, 20s, 40s, …), that is capped at
324324
five minutes. Once a container has executed for 10 minutes without any problems, the
325325
kubelet resets the restart backoff timer for that container.
326326
[Sidecar containers and Pod lifecycle](/docs/concepts/workloads/pods/sidecar-containers/#sidecar-containers-and-pod-lifecycle)

0 commit comments

Comments
 (0)