feat: Implementation of dynamic USB device allocation in a cluster using the Kubernetes DRA mechanism.#1696
Merged
yaroslavborbat merged 1 commit intomainfrom Feb 18, 2026
Merged
Conversation
e6cd380 to
906174b
Compare
4b4a98e to
65b6139
Compare
587bb24 to
3ad4f7b
Compare
3ad4f7b to
e47499e
Compare
e47499e to
87216b9
Compare
618a5c3 to
9747b3b
Compare
c06d947 to
55c22c8
Compare
8bd27f0 to
ad26b75
Compare
danilrwx
requested changes
Feb 6, 2026
danilrwx
previously approved these changes
Feb 6, 2026
z9r5
previously approved these changes
Feb 6, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
diafour
reviewed
Feb 10, 2026
Isteb4k
requested changes
Feb 12, 2026
c026472 to
be14fd0
Compare
diafour
approved these changes
Feb 18, 2026
Isteb4k
approved these changes
Feb 18, 2026
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
2d32a5c to
37da670
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implementation of dynamic USB device allocation in a cluster using the Kubernetes DRA mechanism.
How It Works
Udev monitor – a component that monitors USB devices in the system via udev. When a device is connected or disconnected, it receives events and updates the list of available resources.
Workflow chain:
As a result, USB devices become dynamic resources: they do not need to be statically reserved in advance and are automatically accounted for when they appear or disappear in the system.
Support in Kubevirt
deckhouse/3p-kubevirt#49
Checklist
Changelog entries