We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to use GDrive as a mount point. My secret is setup as the rclone.conf file in the csi-rclone namespace.
rclone.conf
csi-rclone
The logs from the nodeplugin is
nodeplugin
rclone I0111 18:25:52.406729 7 nodeserver.go:247] remote google found in configData, remoteWithPath set to google:Media rclone I0111 18:25:52.407144 7 nodeserver.go:303] executing mount command cmd=rclone, remote=google:Media,targetpath=/var/lib/kubelet/pods/bd44b584-f4e8-4dcd-8854-090d3e498077/volumes/kubernetes.io~csi/rclone-google/mount rclone I0111 18:25:54.400014 7 nodeserver.go:149] NodeUnPublishVolume: called with args {VolumeId:data-id TargetPath:/var/lib/kubelet/pods/451da3df-7ca0-492c-8b85-98c26ae891dd/volumes/kubernetes.io~csi/rclone-google/mount XXX_NoUnkeyedLiteral:{} XXX_unrecognized:[] XXX_sizecache:0} rclone I0111 18:25:54.404690 7 nodeserver.go:175] Volume data-id unmounted successfully
The pod I am trying to attach it too crashes immediately with no logs (its just a test Ubuntu container)
Does this CSI support RClone's GDrive mounting, do I have something misconfigured?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to use GDrive as a mount point. My secret is setup as the
rclone.conf
file in thecsi-rclone
namespace.The logs from the
nodeplugin
isThe pod I am trying to attach it too crashes immediately with no logs (its just a test Ubuntu container)
Does this CSI support RClone's GDrive mounting, do I have something misconfigured?
The text was updated successfully, but these errors were encountered: