johanvandeweerd
johanvandeweerd
I had the same issue and upgraded `csi-attacher` to use a different image: [longhornio/csi-attacher:v3.2.1](https://hub.docker.com/layers/longhornio/csi-attacher/v3.2.1/images/sha256-721fce8988b24df52dddc639589cf9df4dd0899246b715040e8f93b3b55d90f4). After that the error went away but got a new error: ``` Error saving VolumeAttachment csi-47df7406f0bc129bb07faf17247de5338907f89aa704a1e0db1bfe9b46b624b6...
Just in case, you can test it by applying following manifest: ```yaml --- apiVersion: v1 kind: Namespace metadata: name: test --- apiVersion: v1 kind: PersistentVolumeClaim metadata: name: nginx namespace: test...
Not sure what you want me to put in a PR for the democratic-csi repo?
Thanks for the response @arnaldo2792. Will you keep this issue open to track the outcome of any team discussions? My biggest concern is to depend on this feature and it...