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
Copy file name to clipboardExpand all lines: content/en/docs/reference/command-line-tools-reference/feature-gates.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -434,7 +434,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
434
434
-`KubeletPluginsWatcher`: Enable probe-based plugin watcher utility to enable kubelet
435
435
to discover plugins such as [CSI volume drivers](/docs/concepts/storage/volumes/#csi).
436
436
-`KubeletPodResources`: Enable the kubelet's pod resources grpc endpoint.
437
-
See [Support Device Monitoring](https://git.k8s.io/community/keps/sig-node/compute-device-assignment.md) for more details.
437
+
See [Support Device Monitoring](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/compute-device-assignment.md) for more details.
438
438
-`LegacyNodeRoleBehavior`: When disabled, legacy behavior in service load balancers and node disruption will ignore the `node-role.kubernetes.io/master` label in favor of the feature-specific labels.
439
439
-`LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
440
440
-`LocalStorageCapacityIsolationFSQuotaMonitoring`: When `LocalStorageCapacityIsolation` is enabled for [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and the backing filesystem for [emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor [emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
@@ -479,7 +479,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
479
479
-`ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
480
480
-`ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
481
481
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`.
482
-
-`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.
482
+
-`ServiceTopology`: Enable service to route traffic based upon the Node topology of the cluster. See [ServiceTopology](/docs/concepts/services-networking/service-topology/) for more details.
483
483
-`StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
484
484
-`StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
485
485
PersistentVolumeClaim objects if they are still being used.
@@ -519,4 +519,3 @@ Each feature gate is designed for enabling/disabling a specific feature:
519
519
520
520
* The [deprecation policy](/docs/reference/using-api/deprecation-policy/) for Kubernetes explains
521
521
the project's approach to removing features and components.
0 commit comments