You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Kubernetes v1.36 support
* Bump to kind v1.35.0 for e2e tests
* Update load balancer after Machines become Running. This addresses two critical issues:
1. Issues with OVN load balancer, which becomes temporarily
unavailable when updating the backends, which translated
into control plane machines failing to join the cluster because
the control plane endpoint was getting updated at the same time
2. DOA machines were getting added to the load balancer without
ever becoming healthy, adding more flakiness and delays to the
process.
---------
Signed-off-by: Angelos Kolaitis <neoaggelos@gmail.com>
log.FromContext(ctx).Info("ControlPlane is initialized, waiting for Machine to become Running before updating control plane load balancer", "phase", machinePhase)
0 commit comments