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
In the CRD rework of #9120 (released with v2.22.0), the option metallb_avoid_buggy_ips was removed and the default was changed from false to a hardcodedtrue.
Prior to that release, I had the following config:
After the upgrade, the LoadBalancer service for 10.11.100.0 no longer worked and the address could not be reassigned. I had to manually edit the pool to set avoidBuggyIPs: false.
the default should (probably) be reverted to false
it should be possible to change the behavior via config again
The text was updated successfully, but these errors were encountered:
In the CRD rework of #9120 (released with v2.22.0), the option
metallb_avoid_buggy_ips
was removed and the default was changed fromfalse
to a hardcodedtrue
.Prior to that release, I had the following config:
with the new equivalent:
After the upgrade, the LoadBalancer service for
10.11.100.0
no longer worked and the address could not be reassigned. I had to manually edit the pool to setavoidBuggyIPs: false
.false
The text was updated successfully, but these errors were encountered: