File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
content/zh-cn/docs/concepts/workloads/pods Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -912,18 +912,14 @@ An example flow:
912
912
和其他工作负载资源不再将关闭进程中的 Pod 视为合法的、能够提供服务的副本。
913
913
关闭动作很慢的 Pod 也无法继续处理请求数据,
914
914
因为负载均衡器(例如服务代理)已经在终止宽限期开始的时候将其从端点列表中移除。
915
-
916
-
917
- <!--
918
- {{<note>}}
919
- If you don't have the `EndpointSliceTerminatingCondition` feature gate enabled
920
- in your cluster (the gate is on by default from Kubernetes 1.22, and locked to default in 1.26), then the Kubernetes control
921
- plane removes a Pod from any relevant EndpointSlices as soon as the Pod's
922
- termination grace period _begins_. The behavior above is described when the
923
- feature gate `EndpointSliceTerminatingCondition` is enabled.
924
- {{</note>}}
925
- -->
926
-
915
+ {{<note >}}
916
+ <!--
917
+ If you don't have the `EndpointSliceTerminatingCondition` feature gate enabled
918
+ in your cluster (the gate is on by default from Kubernetes 1.22, and locked to default in 1.26), then the Kubernetes control
919
+ plane removes a Pod from any relevant EndpointSlices as soon as the Pod's
920
+ termination grace period _begins_. The behavior above is described when the
921
+ feature gate `EndpointSliceTerminatingCondition` is enabled.
922
+ -->
927
923
{{<note >}}
928
924
如果你的集群中没有启用 EndpointSliceTerminatingCondition 功能门
929
925
(该门从 Kubernetes 1.22 开始默认开启,在1.26中锁定为默认),那么一旦 Pod 的终止宽限期开始,Kubernetes 控制平面就会从任何相关EndpointSlices 中移除 Pod。上述行为是在 EndpointSliceTerminatingCondition 功能门被启用时描述的。
You can’t perform that action at this time.
0 commit comments