Skip to content

Commit fa7a12f

Browse files
authored
Merge pull request #42919 from sarkar-deb/fix-typo
Fixed typo in feature gate name
2 parents ae0a33d + 4626ba3 commit fa7a12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ of running pods allocated in `ResourceClaims` by the `DynamicResourceAllocation`
246246
this feature `kubelet` must be started with the following flags:
247247

248248
```
249-
--feature-gates=DynamicResourceAllocation=true,KubeletPodResourcesDynamiceResources=true
249+
--feature-gates=DynamicResourceAllocation=true,KubeletPodResourcesDynamicResources=true
250250
```
251251

252252
```gRPC
@@ -411,7 +411,7 @@ allocated by the dynamic resource allocation API. To enable this feature, you mu
411411
ensure your kubelet services are started with the following flags:
412412

413413
```
414-
--feature-gates=KubeletPodResourcesGet=true,DynamicResourceAllocation=true,KubeletPodResourcesDynamiceResources=true
414+
--feature-gates=KubeletPodResourcesGet=true,DynamicResourceAllocation=true,KubeletPodResourcesDynamicResources=true
415415
```
416416

417417
## Device plugin integration with the Topology Manager

0 commit comments

Comments
 (0)