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
Change MetalLB controller-manager and webhook-server wait tasks to
check for Deployment Available condition instead of Pod Ready condition.
This ensures service endpoints are fully registered before applying
MetalLB CRs, preventing intermittent webhook errors:
"failed calling webhook...no endpoints available for service"
The Available condition on Deployments is more reliable than Pod Ready
for webhook availability, as it confirms the service is reachable.
This follows the same pattern used for NMstate webhook deployment.
Jira: OSPCIX-1095
Assisted-By: Claude Code/claude-4.5-sonnet
Signed-off-by: Harald Jensås <[email protected]>
0 commit comments