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
https://hub.docker.com/r/renku/csi-rclone/tags currently only contains amd64.
The text was updated successfully, but these errors were encountered:
I played around with nix a bit and came up with that solution. I cannot get it to work nontheless, but the error message is different now.
You may try it out by setting the following chart parameters
parameters: - name: csiControllerRclone.rclone.image.repository value: menedev/csi-rclone - name: csiControllerRclone.rclone.image.tag value: 0.1.16 - name: csiNodepluginRclone.rclone.image.repository value: menedev/csi-rclone - name: csiNodepluginRclone.rclone.image.tag value: 0.1.16
Don't get confused by the version tag, it's forked from fb889d0, so it's v0.1.7.
The error message I'm getting on csi-rclone-nodeplugin is
Still connecting to unix:///plugin/csi.sock
and on csi-rclone-controller it's
Still connecting to unix:///csi/csi.sock
deployed on microk8s v1.27.16.
I think the problem is that microk8s needs a different kubelet path, I'll try to add a value to the chart.
Sorry, something went wrong.
No branches or pull requests
https://hub.docker.com/r/renku/csi-rclone/tags currently only contains amd64.
The text was updated successfully, but these errors were encountered: