Loadbalancer not created in its specified subnet #2149
Labels
kind/bug
Categorizes issue or PR as related to a bug.
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
/kind bug
What steps did you take and what happened:
I am trying to create a cluster where the loadbalancer is in a different subnet from the cluster nodes. The OpenstackCluster CR is defined as follows:
What did you expect to happen:
I was expecting the loadbalancer to be created within <LB-SUBNET-ID> but instead it was created in <NODES-SUBNET-ID>.
Anything else you would like to add:
I think the reason behind this is that the function responsible for creating the loadbalancer is getting the subnet-id from the state and the state in my case is set after the loadbalancer and its subresources (listners, pools ..etc) are created.
Environment:
git rev-parse HEAD
if manually built): v0.10.4kubectl version
): v1.27.3 for client and v1.29.5 for server/etc/os-release
): redhat9The text was updated successfully, but these errors were encountered: