This plugin allows the mount of a FUSE device without the need for escalating privileges.
kubectl create -f https://github.com/nextflow-io/k8s-fuse-plugin/raw/master/manifests/k8s-fuse-plugin.yml
Add resource limits to your pod:
spec:
containers:
- ...
resources:
limits:
nextflow.io/fuse: 1
This project is based on this FUSE device plugin