squat / generic-device-plugin

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

Latest release regressed on matching USB devices #55

Closed robarnold closed 1 year ago

robarnold commented 1 year ago

I think the USB detection may have regressed a bit with the recent changes to the USB serial logic. I am seeing an issue on the latest version that was not seen on the one just prior. I can reliably confirm by pinning the version to one or the other.

Here are my relevant args on the CLI for the DaemonSet pods:

        - '--device'
        - |
          name: coraltpu
          groups:
            - usb:
                - product: 089a
                  vendor: 1a6e
            - usb:
                - product: 9302
                  vendor: 18d1
squat commented 1 year ago

Thanks for reporting @robarnold! This will be fixed by #54

squat commented 1 year ago

Closed by #54