Skip to content

Commit 5f83394

Browse files
authored
Merge pull request #42851 from dipesh-rawat/fix-feature-gate-name
Fix KubeletPodResourcesDynamicResources feature gate name
2 parents a7350ad + 235874d commit 5f83394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
586586
- `KubeletPodResourcesGetAllocatable`: Enable the kubelet's pod resources
587587
`GetAllocatableResources` functionality. This API augments the
588588
[resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources)
589-
- `KubeletPodResourcesDynamiceResources`: Extend the kubelet's pod resources gRPC endpoint to
589+
- `KubeletPodResourcesDynamicResources`: Extend the kubelet's pod resources gRPC endpoint to
590590
to include resources allocated in `ResourceClaims` via `DynamicResourceAllocation` API.
591591
See [resource allocation reporting](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/#monitoring-device-plugin-resources) for more details.
592592
with informations about the allocatable resources, enabling clients to properly

0 commit comments

Comments
 (0)