kubernetes-sigs / cluster-api-provider-openstack

Cluster API implementation for OpenStack
https://cluster-api-openstack.sigs.k8s.io/
Apache License 2.0
295 stars 254 forks source link

Cluster deployed goes in failed status because a neutron API issue #2185

Open xinity opened 3 weeks ago

xinity commented 3 weeks ago

/kind bug

What steps did you take and what happened: I've deployed multiple cluster using CAPO without any issue, suddenly one day those clusters are in a failed state on the seed one:

Screenshot 2024-10-04 at 15 44 27

looking at the logs i found a detailed status:

Screenshot 2024-10-04 at 15 44 51

What did you expect to happen: I expect all cluster to be in a provisioned state

Anything else you would like to add: [Miscellaneous information that will assist in solving the issue.]

i don't know how to bring back the existing deployed cluster into the provisioned state

Environment:

mnaser commented 3 weeks ago

I've noticed the same but I've also noticed that the cluster continues to reconcile with no problems as well..

xinity commented 3 weeks ago

do you have any idea what could have cause the issue @mnaser ?

mnaser commented 3 weeks ago

I haven't found a way to be able to flip it back

EmilienM commented 3 weeks ago

Could you please share the CAPO object status (OpenStackCluster), thanks