cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
**What this PR does / why we need it**: **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close the issue(s) when PR gets merged)*:...
/kind bug **What steps did you take and what happened:** We are using CAPO as a go dependency to build our own operator on top of it (creating projects, users,...
/kind feature **Describe the solution you'd like** I want to be able to specify custom tags and/or maybe some part of the description of the floating IP in the `OpenStackCluster`...
/kind feature **Describe the solution you'd like** Be able to use `HTTPS` as type for the load balancer's health monitor (on the `/readyz` path). **Anything else you would like to...
This is related to the proposal in #1565 and is just meant as a discussion starter for now. If you have any comments, ideas or suggestions, please feel free to...
**What this PR does / why we need it**: fix the wrong words in the comments **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will...
/kind bug No unit tests for network reconcile in OpenStackCluster controller, we should write some as it's kind of complex with Dual Stack support now.
/kind feature **Describe the solution you'd like** Our controllers are doing a lot of things, it'll be nice to have multiple files within the controller package. The files would handle...
/kind bug There are no unit tests for load balancer listeners, and its dependent resources including the reconciler. We should have them like we have tests for load balancers.
**What this PR does / why we need it**: KEP to enhance Security Group API. **Which issue(s) this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close...