Skip to content

Commit fe82c29

Browse files
authored
Merge pull request #22248 from pjhwa/fix-22247
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2 parents 51283ac + 5738307 commit fe82c29

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
434434
- `KubeletPluginsWatcher`: Enable probe-based plugin watcher utility to enable kubelet
435435
to discover plugins such as [CSI volume drivers](/docs/concepts/storage/volumes/#csi).
436436
- `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.
438438
- `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.
439439
- `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).
440440
- `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:
479479
- `ServiceLoadBalancerFinalizer`: Enable finalizer protection for Service load balancers.
480480
- `ServiceNodeExclusion`: Enable the exclusion of nodes from load balancers created by a cloud provider.
481481
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.
483483
- `StartupProbe`: Enable the [startup](/docs/concepts/workloads/pods/pod-lifecycle/#when-should-you-use-a-startup-probe) probe in the kubelet.
484484
- `StorageObjectInUseProtection`: Postpone the deletion of PersistentVolume or
485485
PersistentVolumeClaim objects if they are still being used.
@@ -519,4 +519,3 @@ Each feature gate is designed for enabling/disabling a specific feature:
519519

520520
* The [deprecation policy](/docs/reference/using-api/deprecation-policy/) for Kubernetes explains
521521
the project's approach to removing features and components.
522-

0 commit comments

Comments
 (0)