Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
just
recipe to configure flat network multicluster (#11187)
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]>
- Loading branch information