From 4626ba3b3ec856275a155921e9f7c0261b8251e2 Mon Sep 17 00:00:00 2001 From: Debabrata Sarkar Date: Wed, 6 Sep 2023 16:31:51 +0100 Subject: [PATCH] Fixed typo in feature gate name --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index 037d443728..61c1e1e978 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -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