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

arm64 images #9

Open
blampe opened this issue Jan 17, 2024 · 1 comment
Open

arm64 images #9

blampe opened this issue Jan 17, 2024 · 1 comment

Comments

@blampe
Copy link

blampe commented Jan 17, 2024

https://hub.docker.com/r/renku/csi-rclone/tags currently only contains amd64.

@MeneDev
Copy link

MeneDev commented Aug 14, 2024

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.

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

2 participants