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
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: