File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
content/zh-cn/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -920,10 +920,11 @@ An example flow:
920
920
termination grace period _begins_. The behavior above is described when the
921
921
feature gate `EndpointSliceTerminatingCondition` is enabled.
922
922
-->
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 >}}
927
928
928
929
929
930
<!--
You can’t perform that action at this time.
0 commit comments