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

Commits on Sep 8, 2024

  1. Explicitly disable BGP export for Calico IPPools

    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>
    yboaron committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    503c017 View commit details
    Browse the repository at this point in the history