Skip to content
New issue

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

csi.sock connection refused #2

Open
kjico opened this issue Oct 28, 2019 · 3 comments
Open

csi.sock connection refused #2

kjico opened this issue Oct 28, 2019 · 3 comments

Comments

@kjico
Copy link

kjico commented Oct 28, 2019

I've deployed csi-rclone using the manifests. When I follow the example to create a PV and then apply the nginx example I get this error MountVolume.MountDevice failed for volume "data-rclone-example" : rpc error: code = Unavailable desc = all SubConns are in TransientFailure, latest connection error: connection error: desc = "transport: Error while dialing dial unix /var/lib/kubelet/plugins/csi-rclone/csi.sock: connect: connection refused" .
The cluster is running version 1.14.6 deployed with kops.

How can I solve this?

@vvavepacket
Copy link

@kjico Have you sovled the above issue? I'm encountering the same

@kjico
Copy link
Author

kjico commented Mar 30, 2020

@vvavepacket No sorry, didn't manage to get it working before so I just continued to use a sidecar to mount the s3 bucket with rclone instead.

@Jancis
Copy link
Member

Jancis commented Nov 2, 2021

You might need to adjust kubelet base path in deployment files. The correct path for GKE and EKS is /var/lib/kubelet, but for instance microk8s is /var/snap/microk8s/common/var/lib/kubelet. Search for all occurrences of /var/lib/kubelet in deploy/kubernetes folder.

@Jancis Jancis mentioned this issue Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants