squat / generic-device-plugin

A Kubernetes device plugin to schedule generic Linux devices
Apache License 2.0
210 stars 23 forks source link

deviceplugin: optimize usb device discovery #42

Closed squat closed 1 year ago

squat commented 1 year ago

Currently, all USB devices are enumerated for every single device group, which is unnecessary: the devices only need to be enumerated once per reconciliation.

Signed-off-by: Lucas Servén Marín lserven@gmail.com