dra-example-driver icon indicating copy to clipboard operation
dra-example-driver copied to clipboard

Example DRA driver that developers can fork and modify to get them started writing their own.

Results 36 dra-example-driver issues
Sort by recently updated
recently updated
newest added

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...

size/XL
approved
cncf-cla: yes

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...

lifecycle/rotten

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.

lifecycle/active

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...

lifecycle/frozen

Implement example of immediate allocation

triage/accepted
priority/backlog

Implement example use of resource-handle. Surely there will be use-cases that do not require extensive CRD manipulations.

triage/accepted
priority/backlog

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

size/M
cncf-cla: yes

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...

help wanted