vexxhost / magnum-cluster-api

Cluster API driver for OpenStack Magnum
Apache License 2.0
41 stars 17 forks source link

LB not work after reboot in kolla-ansible #312

Closed mathgonzlez closed 3 months ago

mathgonzlez commented 4 months ago

Hi,

I'm encountering an issue with a deployment of an LB . The cluster configuration creates a load balancer (LB) with two interfaces that work great initially. However, after restarting or shutting down the LB VM, I can no longer reach my cluster. I've identified a couple of issues:

Due to these issues, I'm unable to use the Magnum cluster effectively. If the VM is restarted, I lose access to my cluster and can't reestablish it.

Thanks

mnaser commented 4 months ago

@mathgonzlez are you talking about rebooting the octavia amphora vm in this issue?

mathgonzlez commented 3 months ago

@mathgonzlez are you talking about rebooting the octavia amphora vm in this issue?

Yes, exactly. after rebooting the octavia amphora this dont work anymore

mathgonzlez commented 3 months ago

Hi @mnaser, any news about this? thanks!

mnaser commented 3 months ago

@mathgonzlez I don't think this is actually related to the Cluster API driver, I think this might just be a problem with your environment/cloud because that seems to be an issue with the Octavia and Amphora if it's not coming back, nothing that the CAPI interact with directly.

mathgonzlez commented 3 months ago

@mathgonzlez I don't think this is actually related to the Cluster API driver, I think this might just be a problem with your environment/cloud because that seems to be an issue with the Octavia and Amphora if it's not coming back, nothing that the CAPI interact with directly.

I see, youre right. Maybe is more related to octavia / image. i close the issue.

Thanks!