Skip to content

Commit 235874d

Browse files
committed
Fix KubeletPodResourcesDynamicResources feature gate name
Signed-off-by: Dipesh Rawat <[email protected]>
1 parent 19aba97 commit 235874d

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)