Open skoulouzis opened 1 year ago
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?