You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think what I should expect is something like /dev/ttyACM0 for the serial device for me to access. Is there anything I am missing on reading a serial output from the serial device? How do I create this /dev/ttyACM0 like symlink inside the container? Does this device-plugin support creating a symlink for serial device in the configuration?
The text was updated successfully, but these errors were encountered:
I'm also seeing this, even after adding SYS_ADMIN to capabilities. My pod container can only see the device /dev/ttyUSB0 with privileged: true enabled. @squat Do you have any insight about what could be going on here? I am indeed observing the node with allocatable squat.ai/usb: 1.
edit: Using the serial path worked instead. The software I was running didn't seem to recognize the USB device in /dev/bus/...
I am running a k3s cluster in a series of ARM64 devices,
# k3s --version k3s version v1.25.4+k3s1 (0dc63334) go version go1.19.3
and am running the device plugin as follows,
After I lunched the test Pod and got into the Pod container I found that the device seems shown in the container,
Plus, the host device seems to have allocated the serial device,
The problem is that I can't read from the serial device inside the container,
I think what I should expect is something like
/dev/ttyACM0
for the serial device for me to access. Is there anything I am missing on reading a serial output from the serial device? How do I create this/dev/ttyACM0
like symlink inside the container? Does this device-plugin support creating a symlink for serial device in the configuration?The text was updated successfully, but these errors were encountered: