Skip to content

Commit 9f7f648

Browse files
authored
Merge pull request #26319 from tengqm/zh-sync-feature-gate
[zh] Sync changes to feature-gates
2 parents e6e597b + 8167252 commit 9f7f648

File tree

2 files changed

+626
-339
lines changed

2 files changed

+626
-339
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
@@ -546,10 +546,9 @@ Each feature gate is designed for enabling/disabling a specific feature:
546546
[CustomResourceDefinition](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
547547
- `CustomResourceWebhookConversion`: Enable webhook-based conversion
548548
on resources created from [CustomResourceDefinition](/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
549-
troubleshoot a running Pod.
550549
- `DefaultPodTopologySpread`: Enables the use of `PodTopologySpread` scheduling plugin to do
551550
[default spreading](/docs/concepts/workloads/pods/pod-topology-spread-constraints/#internal-default-constraints).
552-
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/cluster-administration/device-plugins/)
551+
- `DevicePlugins`: Enable the [device-plugins](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
553552
based resource provisioning on nodes.
554553
- `DisableAcceleratorUsageMetrics`:
555554
[Disable accelerator metrics collected by the kubelet](/docs/concepts/cluster-administration/system-metrics/#disable-accelerator-metrics).
@@ -728,8 +727,6 @@ Each feature gate is designed for enabling/disabling a specific feature:
728727
topology of the cluster. See
729728
[ServiceTopology](/docs/concepts/services-networking/service-topology/)
730729
for more details.
731-
- `SizeMemoryBackedVolumes`: Enables kubelet support to size memory backed volumes.
732-
See [volumes](/docs/concepts/storage/volumes) for more details.
733730
- `SetHostnameAsFQDN`: Enable the ability of setting Fully Qualified Domain
734731
Name(FQDN) as the hostname of a pod. See
735732
[Pod's `setHostnameAsFQDN` field](/docs/concepts/services-networking/dns-pod-service/#pod-sethostnameasfqdn-field).

0 commit comments

Comments
 (0)