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

Explicitly disable BGP export for Calico IPPools #3156

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

yboaron
Copy link
Contributor

@yboaron yboaron commented Sep 8, 2024

We recently noticed that sometimes (probably after node reboots) static routes to remote cluster CIDRs added by RouteAgent are overridden by Calico (proto = bird) even though IPPool is set with Disabled=true.

Routes added by Calico point inter-cluster traffic to default interface instead of vx-submariner which breaks datapath.

Adding DisableBGPExport=true to IPPool solves this issue.

We recently noticed that sometimes (probably after node reboots)
static routes to remote cluster CIDRs added by RouteAgent are overridden
by Calico (proto = bird) even though IPPool is set with Disabled=true.
Routes added by Calico point inter-cluster traffic to default interface
instead of vx-submariner which breaks datapath.

Adding DisableBGPExport=true to IPPool solves this issue.

Signed-off-by: Yossi Boaron <yboaron@redhat.com>
@submariner-bot
Copy link
Contributor

🤖 Created branch: z_pr3156/yboaron/calico_disable_bgp
🚀 Full E2E won't run until the "ready-to-test" label is applied. I will add it automatically once the PR has 2 approvals, or you can add it manually.

@yboaron yboaron added the ready-to-test When a PR is ready for full E2E testing label Sep 9, 2024
@yboaron yboaron added the backport This change requires a backport to eligible release branches label Sep 10, 2024
@skitt skitt merged commit 100b08d into submariner-io:devel Sep 11, 2024
57 checks passed
@submariner-bot
Copy link
Contributor

🤖 Closed branches: [z_pr3156/yboaron/calico_disable_bgp]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport This change requires a backport to eligible release branches backport-handled ready-to-test When a PR is ready for full E2E testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants