cloud-provider-openstack
cloud-provider-openstack copied to clipboard
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind feature **What happened**: In Octavia CLI, https://docs.openstack.org/python-octaviaclient/latest/cli/index.html#loadbalancer, --vip-address can be used to specify the VIP of the LB during creation. But...
If the Loadbalancer does not support HTTP health-monitor, we currently fail to create one. This is currently the case with OVN loadbalancers, and knowledge that HTTP health-mon is unsupported is...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: I useed [CAPO](https://github.com/kubernetes-sigs/cluster-api-provider-openstack) deployed a two nodes cluser. And start OCCM with below configurations: ``` [Global] auth-url=http://192.168.1.29:5000 username=admin...
**What this PR does / why we need it**: **Which issue this PR fixes(if applicable)**: fixes #2443 **Special notes for reviewers**: **Release note**: ```release-note Enable OCCM to reassign the new...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: I noticed that all API debug logs have `client.go:128` prefix from the https://github.com/kubernetes/cloud-provider-openstack/issues/2295#issuecomment-1634366621 logs **What you expected to...
This is e.g. helpful when you try to debug the LB in ERROR state. **What this PR does / why we need it**: Allow automatic recreation on LB ERROR state...
**What this PR does / why we need it**: Openstack CCM multi region support, if it has one Identity provider. **Which issue this PR fixes(if applicable)**: fixes #1924 **Special notes...
/kind feature Hello! Is there any compatibility matrix between cloud-provider-openstack and kubernetes ? Can I for example use 1.30 provider with 1.28 K8S ? Or there can be some some...
**What this PR does / why we need it**: Snapshotting and cloning CephFS shares is supported (#2299) so is Topology via Manila AZs (#939, #2255) ```release-note NONE ```
We cannot definitively determine whether a node exists within our zone without the provider ID string. **What this PR does / why we need it**: It affects if `OS_CCM_REGIONAL` is...