dra-example-driver
dra-example-driver copied to clipboard
Example DRA driver that developers can fork and modify to get them started writing their own.
This PR adds support for structured parameters to the example DRA driver (keeping the support for "classic" DRA in place). See the updated README for instructions on how to enable...
When batch/v1 job requesting a GPU claim through resourceclaim is completed, the underlying resourceclaim is still in `allocated, reserved` state. This will lead to resource wastage. I think we should...
Can we please share pointers if we have implemented structured parameters for example DRA driver, thanks
We should start adding basic unit tests and include a GitHub action that runs these.
The README explains how to run the demo. We should have automated testing of PRs that ensures that those steps still work. This needs a capable enough worker that supports...
Implement example of immediate allocation
Implement example use of resource-handle. Surely there will be use-cases that do not require extensive CRD manipulations.
https://github.com/kubernetes/kubernetes/pull/125163 is making the drivers responsible for publishing ResourceSlices and getting the ResourceClaim. The example driver needs to be updated to work with that change. Furthermore, we need to demonstrate...
Add podman as an option for building images and running on Kind
In Kubernetes 1.31, custom configuration parameters will get embedded inside ResourceClaim and ResourceClaimTemplate. They are clearly marked as belonging to a certain DRA driver, so an admission webhook provided together...