Metallb: metalLB does not change external IP addresses after the ConfigMap update

Created on 26 Nov 2018  路  3Comments  路  Source: metallb/metallb

Is this a bug report or a feature request?:
bug

What happened:
after changing config map and the restart we are still using the old addresses with the new deployments and the old ones.

What you expected to happen:
be able to get new addresses

How to reproduce it (as minimally and precisely as possible):
image

Anything else we need to know?:
To connect https://linkedin.com/in/rifaterdemsahin/

Environment:

question

Most helpful comment

MetalLB rejects new configurations if the new configuration would break existing services. Your new configuration does not allow existing services to continue existing, so MetalLB ignored it. There are log entries in the controller and speaker pods about this.

To force MetalLB to accept an unsafe configuration, delete all the controller and speaker pods. When they restart, they'll accept the new configuration and change all your services. kubectl delete po -n metallb-system --all

All 3 comments

Also pod deletion does not change the outcome
image

MetalLB rejects new configurations if the new configuration would break existing services. Your new configuration does not allow existing services to continue existing, so MetalLB ignored it. There are log entries in the controller and speaker pods about this.

To force MetalLB to accept an unsafe configuration, delete all the controller and speaker pods. When they restart, they'll accept the new configuration and change all your services. kubectl delete po -n metallb-system --all

Was this page helpful?
0 / 5 - 0 ratings