I’ve been trying to get this driver to work on my k3s cluster for around 2 days now without any luck.
I followed the repo guide and several others only but can’t it to work.
My synology-csi-node pods just won’t come up, they keep throwing and error Error: connection.go:154] Connecting to unix:///csi/csi.sock .
Cluster Version: k3s v1.29.15+k3s1
Node OS: Rocky Linux 9.6
Installed packages on all nodes: iscsi-initiator-utils nfs-utils cryptsetup device-mapper device-mapper-multipath go
Synology CSI Driver repo
https://github.com/SynologyOpenSource/synology-csi
synology-csi synology-csi-controller-0 ● 4/4 Running
synology-csi synology-csi-node-k6tnf ● 1/2 CrashLoopBackOff
│ csi-driver-registrar I0907 20:53:52.045575 1 main.go:164] Version: v2.3.0 │
│ csi-driver-registrar I0907 20:53:52.045672 1 main.go:165] Running node-driver-registrar in mode=registration │
│ csi-driver-registrar I0907 20:53:52.046550 1 main.go:189] Attempting to open a gRPC connection with: "/csi/csi.sock" │
│ csi-plugin Error: unknown flag: --chroot-dir │
│ csi-driver-registrar I0907 20:53:52.046603 1 connection.go:154] Connecting to unix:///csi/csi.sock │
│ csi-driver-registrar W0907 20:54:02.047534 1 connection.go:173] Still connecting to unix:///csi/csi.sock │
│ csi-driver-registrar W0907 20:54:12.047162 1 connection.go:173] Still connecting to unix:///csi/csi.sock │
│ csi-driver-registrar W0907 20:54:22.046986 1 connection.go:173] Still connecting to unix:///csi/csi.sock
Any help would be greatly appreciated