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
@@ -471,6 +472,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
471
472
-`ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
472
473
-`ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
473
474
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`.
475
+
-`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.
474
476
-`StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
475
477
-`StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
476
478
PersistentVolumeClaim objects if they are still being used.
0 commit comments