Fixed typo in feature gate name

This commit is contained in:
Debabrata Sarkar 2023-09-06 16:31:51 +01:00
parent ae0a33dcab
commit 4626ba3b3e
1 changed files with 2 additions and 2 deletions

View File

@ -246,7 +246,7 @@ of running pods allocated in `ResourceClaims` by the `DynamicResourceAllocation`
this feature `kubelet` must be started with the following flags:
```
--feature-gates=DynamicResourceAllocation=true,KubeletPodResourcesDynamiceResources=true
--feature-gates=DynamicResourceAllocation=true,KubeletPodResourcesDynamicResources=true
```
```gRPC
@ -411,7 +411,7 @@ allocated by the dynamic resource allocation API. To enable this feature, you mu
ensure your kubelet services are started with the following flags:
```
--feature-gates=KubeletPodResourcesGet=true,DynamicResourceAllocation=true,KubeletPodResourcesDynamiceResources=true
--feature-gates=KubeletPodResourcesGet=true,DynamicResourceAllocation=true,KubeletPodResourcesDynamicResources=true
```
## Device plugin integration with the Topology Manager