Skip to content

Commit 27e3715

Browse files
cnrockwindsonsea
andauthored
Update content/zh-cn/docs/concepts/workloads/pods/pod-lifecycle.md
Co-authored-by: Michael <[email protected]>
1 parent 91fa0c6 commit 27e3715

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -920,10 +920,11 @@ An example flow:
920920
termination grace period _begins_. The behavior above is described when the
921921
feature gate `EndpointSliceTerminatingCondition` is enabled.
922922
-->
923-
{{<note>}}
924-
如果你的集群中没有启用 EndpointSliceTerminatingCondition 功能门
925-
(该门从 Kubernetes 1.22 开始默认开启,在1.26中锁定为默认),那么一旦 Pod 的终止宽限期开始,Kubernetes 控制平面就会从任何相关EndpointSlices 中移除 Pod。上述行为是在 EndpointSliceTerminatingCondition 功能门被启用时描述的。
926-
{{</note>}}
923+
如果你的集群中没有启用 EndpointSliceTerminatingCondition 特性门控
924+
(该门控从 Kubernetes 1.22 开始默认开启,在 1.26 中锁定为默认),
925+
那么一旦 Pod 的终止宽限期开始,Kubernetes 控制平面就会从任何相关 EndpointSlices 中移除 Pod。
926+
上述行为是在 EndpointSliceTerminatingCondition 特性门控被启用时描述的。
927+
{{</note>}}
927928

928929

929930
<!--

0 commit comments

Comments
 (0)