Merged
Conversation
3507e03 to
d04e751
Compare
d04e751 to
24e6bf5
Compare
danilrwx
reviewed
Mar 2, 2026
24e6bf5 to
d43c4ec
Compare
Signed-off-by: Yaroslav Borbat <yaroslav.borbat@flant.com>
d43c4ec to
e878823
Compare
danilrwx
approved these changes
Mar 2, 2026
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
USB-over-IP Port Limitation in Cluster Environment
When using USB-over-IP (usbip) to share USB devices across cluster nodes, there is a hardware limitation of 16 available ports per node:
USB devices can be attached from any node in the cluster via usbip.
Node Annotations
Each node maintains the following dynamically updated annotations:
usb.virtualization.deckhouse.io/usbip-total-ports— total number of available usbip portsusb.virtualization.deckhouse.io/usbip-used-ports— number of currently used usbip portsusb.virtualization.deckhouse.io/usbip-address— usbip server address of the nodeThese annotations are updated dynamically based on current port usage.
Node Selector Configuration
The
nodeSelectorsupports two possible values:virtualization.deckhouse.io/usb-gateway = anyvirtualization.deckhouse.io/usb-gateway = <node name>Where:
anyallows selecting any suitable node in the cluster<node name>restricts selection to a specific nodeChecklist