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

Add just recipe to configure multicluster with a flat network #11187

Merged
merged 1 commit into from
Aug 10, 2023

Commits on Jul 31, 2023

  1. Add just recipe to configure flat network multicluster

    Our CI infrastructure does not currently support running two k3d
    clusters in a flat network, for testing purposes. The process of
    bridging two k3d clusters is quite simple (assuming one node for each
    cluster). For each node, a network route has to be added to route to the
    other node's cluster CIDR.
    
    This change adds a `just` recipe to configure two running clusters to
    participate in a flat network. Routes are added by executing `ip route
    add` in each respective server's docker container. Additionally, to
    support this, target clusters now run with a different pod CIDR (to
    ensure there isn't any overlap between the two).
    
    Signed-off-by: Matei David <[email protected]>
    mateiidavid committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    23b48ed View commit details
    Browse the repository at this point in the history