Skip to content

Commit f423955

Browse files
authored
Merge pull request #23679 from pjhwa/fix-23678
Fix issue with k8s.io/docs/reference/command-line-tools-reference/fea…
2 parents 30258a2 + 2e143b0 commit f423955

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
423423
- `CustomResourceWebhookConversion`: Enable webhook-based conversion
424424
on resources created from [CustomResourceDefinition](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
425425
troubleshoot a running Pod.
426-
- `DisableAcceleratorUsageMetrics`: [Disable accelerator metrics collected by the kubelet](/docs/concepts/cluster-administration/monitoring.md).
426+
- `DisableAcceleratorUsageMetrics`: [Disable accelerator metrics collected by the kubelet](/docs/concepts/cluster-administration/system-metrics/).
427427
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
428428
based resource provisioning on nodes.
429429
- `DefaultPodTopologySpread`: Enables the use of `PodTopologySpread` scheduling plugin to do
@@ -475,9 +475,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
475475
- `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 provided by `NodeDisruptionExclusion` and `ServiceNodeExclusion`.
476476
- `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).
477477
- `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.
478-
[local ephemeral storage](/docs/concepts/configuration/manage-resources-containers/) and the backing filesystem for
479-
[emptyDir volumes](/docs/concepts/storage/volumes/#emptydir) supports project quotas and they are enabled, use project quotas to monitor
480-
[emptyDir volume](/docs/concepts/storage/volumes/#emptydir) storage consumption rather than filesystem walk for better performance and accuracy.
481478
- `MountContainers`: Enable using utility containers on host as the volume mounter.
482479
- `MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.
483480
For more details, please see [mount propagation](/docs/concepts/storage/volumes/#mount-propagation).

0 commit comments

Comments
 (0)