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
Hi,
Thanks for making this plug-in.
I want to use rclone to mount several cloud storage (s3, Google Drive, etc.) in a Pod in k8s.
To test it I'm using Minikube where I installed the plugin using:
rclone mount s3:bucket /mnt/my_remote_bucket --no-check-certificate --allow-other --allow-non-empty --vfs-cache-mode writes
The command returns:
2023/11/15 19:43:08 mount helper error: fusermount: fuse device not found, try 'modprobe fuse' first
2023/11/15 19:43:08 Fatal error: failed to mount FUSE fs: fusermount: exit status 1
Any idea why I may get this error?
The text was updated successfully, but these errors were encountered:
skoulouzis
added a commit
to QCDIS/NaaVRE-dev-environment
that referenced
this issue
Nov 15, 2023
Hi @skoulouzis have you had any luck? This seems like a problem with the pod's configuration. If the pod starts, then it means that the Kubernetes scheduler was able to find a node with FUSE devices and the Kubelet was able to have one allocated.
Questions: do you exec the rclone mount command manually? Why is that, if I may ask? Why not put it after the alt-get install instead of the tail?
Are you exec-ing in the same container? Or a different container in the pod?
Hi,
Thanks for making this plug-in.
I want to use rclone to mount several cloud storage (s3, Google Drive, etc.) in a Pod in k8s.
To test it I'm using Minikube where I installed the plugin using:
Then I created a pod to test the mount:
As soon as the pod starts I run in the pod:
The command returns:
Any idea why I may get this error?
The text was updated successfully, but these errors were encountered: