You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -698,6 +699,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
698
699
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
699
700
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
700
701
A node is eligible for exclusion if labelled with "`alpha.service-controller.kubernetes.io/exclude-balancer`" key or `node.kubernetes.io/exclude-from-external-load-balancers`.
702
+
- `ServiceTopology`: Enable service to route traffic based upon the Node topology of the cluster. See [ServiceTopology](https://kubernetes.io/docs/concepts/services-networking/service-topology/) for more details.
701
703
- `StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
702
704
- `StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
703
705
PersistentVolumeClaim objects if they are still being used.
@@ -707,6 +709,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
707
709
-`ServerSideApply`:在 API 服务器上启用[服务器端应用(SSA)](/docs/reference/using-api/api-concepts/#server-side-apply) 路径。
0 commit comments