You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kube-scheduler, kube-controller-manager and kubelet also need the feature gate.
278
275
279
276
When a resource driver uses a control plane controller, then the
280
277
`DRAControlPlaneController`feature gate has to be enabled in addition to
281
278
`DynamicResourceAllocation`.
282
279
283
280
A quick check whether a Kubernetes cluster supports the feature is to list
284
-
ResourceClass objects with:
281
+
DeviceClass objects with:
285
282
286
283
```shell
287
284
kubectl get deviceclasses
@@ -315,7 +312,7 @@ be installed. Please refer to the driver's documentation for details.
315
312
316
313
## {{% heading "whatsnext" %}}
317
314
318
-
- For more information on the design, see the
319
-
[Structured Parameters with Structured Parameters](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters)
320
-
and the
321
-
[Dynamic Resource Allocation with Control Plane Controller](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3063-dynamic-resource-allocation/README.md) KEPs.
315
+
- For more information on the design, see the
316
+
[Structured Parameters with Structured Parameters](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/4381-dra-structured-parameters)
317
+
and the
318
+
[Dynamic Resource Allocation with Control Plane Controller](https://github.com/kubernetes/enhancements/blob/master/keps/sig-node/3063-dynamic-resource-allocation/README.md) KEPs.
0 commit comments