Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter out controlplane EIP from loadbalancer services #288

Merged
merged 1 commit into from
May 31, 2022

Conversation

deitch
Copy link
Contributor

@deitch deitch commented May 27, 2022

Fixes #258

When the control plane EIP is managed by CCM, it also creates a service of type=LoadBalancer. This makes sense. But it also causes the loadbalancer logic to trigger, adding it to any load balancers. This, in turn, can cause BGP to kick in.

The fix is to filter out the specific service for the control plane.

Signed-off-by: Avi Deitcher <avi@deitcher.net>
Copy link
Member

@cprivitere cprivitere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@cprivitere cprivitere merged commit 37b5a66 into master May 31, 2022
@cprivitere cprivitere deleted the filter-eip-controlplane-from-announcing-services branch May 31, 2022 15:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MetalLB managing the control plane EIP
2 participants