Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No volume mount for serial devices? #19

Open
fcornelius opened this issue Nov 19, 2024 · 1 comment
Open

No volume mount for serial devices? #19

fcornelius opened this issue Nov 19, 2024 · 1 comment

Comments

@fcornelius
Copy link

Maybe I'm missing something but how do you access the zigbee2mqtt.serial.port e.g. /dev/ttyACM0 from inside the pod if you don't mount it anywhere and there is no way to specify additional volume mounts? Or are you using something like ser2net to access the device?

@nmaupu
Copy link

nmaupu commented Dec 16, 2024

volumeMounts:
  - name: usb-device
    mountPath: /dev/usb
volumes:
  - name: usb-device
    hostPath:
      path: /dev/ttyACM0

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants