Skip to content

Commit

Permalink
Merge pull request #42919 from sarkar-deb/fix-typo
Browse files Browse the repository at this point in the history
Fixed typo in feature gate name
  • Loading branch information
k8s-ci-robot committed Sep 6, 2023
2 parents ae0a33d + 4626ba3 commit fa7a12f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fa7a12f

Please sign in to comment.