MatthieuFin

Results 25 comments of MatthieuFin

Hi @sergelogvinov I propose an [implementation](https://github.com/kubernetes/cloud-provider-openstack/pull/2551) of multi cloud support for cinder-csi-plugin, which offer multiple openstack clusters support, not only multiple regions, I haven't take look of occm implementation yet,...

> Have you considered having kubelet set the providerID on Node creation, btw? Here's how CAPO does this: > > https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/1e0b60fd0ffd7fc1e940ada7e85ec8d724381146/templates/cluster-template.yaml#L21-L24 > > This is used by kubeadm when it...

Outch, I thinked that CAPO_REGION env variable will be set by https://github.com/kubernetes-sigs/cluster-api-provider-openstack/blob/main/templates/env.rc#L89 but it seems not, personally I run tests by setting my own CAPO_REGION variable with my region name....