Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRA in Kubevirt #331

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
Add assumption about attributes
Signed-off-by: Alay Patel <[email protected]>
alaypatel07 committed Oct 8, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e9b8d04855ccaeafee8c60aa2b003d90b23f8173
3 changes: 2 additions & 1 deletion design-proposals/dra.md
Original file line number Diff line number Diff line change
@@ -28,7 +28,8 @@ control of their devices using Virtual Machines and Containers.
## Assumptions

- KubeVirt will support DRA API from kubernetes version 1.31.
- The example demonstrate a pGPU driver, but the same mechanism could be used for vGPU
- DRA drivers will have to publish attributes for resources needed to generate the domxml in ResourceSlice object
- The examples in this doc demonstrate a pGPU driver, but the same mechanism could be used for vGPU

## User Stories