MatthieuFin
                                            MatthieuFin
                                        
                                    > does that include HA routing between private networks (potentially between different PC projects)? Hi, past weeks I have need this feature, to be able to route packets between VMs...
As mentioned [here](https://github.com/kubernetes-csi/external-provisioner/issues/87#issuecomment-411880948) and after some local tests it seems to be the proper implementation way. I propose to avoid usage of storageClass `parameter.cloud` and volume context to propagate config...
Hi, After a few days of use on my cluster, I encountered an issue, regard `allowedTopologies` set on StorageClass (first of all don't forget to enable feature gate Topology add...
> > Hi, After a few days of use on my cluster, I encountered an issue, regard `allowedTopologies` set on StorageClass (first of all don't forget to enable feature gate...
> do we aggre that I have to deploy the whole cinder csi (daemonset+deployment) for both of my openstack ? with field "region" different for each openstack right ? you...
I build binary locally with: ```bash VERSION=v1.29.1-rc.16 make build cinder-csi-plugin ``` and docker image with: ```bash REGISTRY='0g4p75r8.c1.gra9.container-registry.ovh.net/infra' VERSION=v1.29.1-rc.16 make build-local-image-cinder-csi-plugin ``` You need docker buildx which should embed right verison...