Open lgy1027 opened 6 months ago
I had a similar error (ie., file exists
) where a PVC would fail to attach to a pod and cause the pod to not create. I ended up having to delete the PVC, PV, and completely delete and reinstall k8s-csi-s3 for it to work again. I would love any hints about what this file exists
error is caused by so I could debug further.
Hi, "file exists" should mean that you had an old version of csi-s3. It was fixed in 0.40.3...
Hi, "file exists" should mean that you had an old version of csi-s3. It was fixed in 0.40.3...
Ah okay. When I reinstalled k8s-csi-s3 I upgraded from v0.40.1 to v0.41.0 so I imagine that fixed it. Thanks.
Hello, I have a problem now that when multiple pods mount the same pvc, an error will be reported. The error message is as follows
It will be no problem if you delete the existing directory, but you will still have this problem when multiple pods mount a pvc.