cluster-api-provider-openstack
cluster-api-provider-openstack copied to clipboard
I have been running into this issue: https://github.com/kubernetes/cloud-provider-openstack/issues/2241, and [this comment](https://github.com/kubernetes/cloud-provider-openstack/issues/2241#issuecomment-1618921550) on the issue mentions that the cluster name needs to be unique in order for LoadBalancer names to not...
/kind bug **What steps did you take and what happened:** When an OpenStackCluster CR is automatically converted from v1alpha7 to v1beta1, the field DisableAPIServerFloatingIP is converted using Convert_bool_To_optional_Bool. This function...
/kind bug **What steps did you take and what happened:** IPv6 connectivity is impossible with IPv6 when using the CAPI managed SecurityGroups. The only allowed traffic is egress. **What did...
/kind bug **What steps did you take and what happened:** Creating cluster on existing network (Spec.Network), with this network having 2+ subnets, controller chooses 1st subnet of this network, regardless...
/kind bug **What steps did you take and what happened:** Creating clusters across networks using designate causes issues as kubelet relies on `os.Hostname()` and CAPI does not provide an option...
/kind bug **What steps did you take and what happened:** In any setup create machinedeployment, wait machines and openstackmachines to be ready state and delete instance inside openstack project (via...
/kind feature **Describe the solution you'd like** When an `OpenStackMachine` is created and reconciled, we don't put its `OpenStackServer` ref in its status or anywhere else. We could add it...
This is a tracking issue for CAPO-related effort to improve resources status. ### High level required changes with the new CAPI contract Most of these changes will be required in...
This is an automated cherry-pick of #2475 /assign mnaser
/kind bug **What steps did you take and what happened:** * Install CAPI v1.9.6 with CAPO 0.12.2 * Create cluster * CAPO fails to reconcile with following error ``` E0331...