Is your feature request related to a problem? Please describe.
I want to use Rclone together with a separate service in Kubernetes. I'm doing this with Docker Compose today already, but /dev/fuse is not exposed to the Kubernetes Node.
Describe the solution you'd like
I would like for the /dev/fuse device to be mounted into the Kubernetes Node so that If I run kubectl debug node/orbstack --it --image=alpine -- ls -l /dev/fuse, it returns the device.
Describe alternatives you've considered
Sticking with Docker Compose instead of running my services in Kubernetes or manually running K3S using K3D on the regular OrbStack Docker machine. I would much prefer the "native" K3S solution however.
Additional context
N/A
Is your feature request related to a problem? Please describe.
I want to use Rclone together with a separate service in Kubernetes. I'm doing this with Docker Compose today already, but
/dev/fuseis not exposed to the Kubernetes Node.Describe the solution you'd like
I would like for the
/dev/fusedevice to be mounted into the Kubernetes Node so that If I runkubectl debug node/orbstack --it --image=alpine -- ls -l /dev/fuse, it returns the device.Describe alternatives you've considered
Sticking with Docker Compose instead of running my services in Kubernetes or manually running K3S using K3D on the regular OrbStack Docker machine. I would much prefer the "native" K3S solution however.
Additional context
N/A