NVIDIA / k8s-dra-driver

Dynamic Resource Allocation (DRA) for NVIDIA GPUs in Kubernetes
Apache License 2.0
226 stars 41 forks source link

dra did not create ResourceSlice api,so I create one,but get none #146

Closed 13567436138 closed 5 hours ago

13567436138 commented 1 month ago

https://github.com/kubernetes/kubernetes/issues/126346

klueska commented 2 weeks ago

This code base has not been updated to adhere to the latest APIs introduced in Kubernetes 1.30 and 1.31 (where the ResourceSlice was introduced). We plan to update to this repo in the next few weeks, so stay tuned. The logic will be similar to what I added in https://github.com/kubernetes-sigs/dra-example-driver.

klueska commented 5 hours ago

The code has been updated to adhere to the latest DRA APIs in Kubernetes v1.31, including the creation of ResourceSlices.