Skip to content

Commit

Permalink
e2e: use bridge CNI by default.
Browse files Browse the repository at this point in the history
Switch to using the bridge CNI plugin by default. With the latest
playbook fixes it should work now and it is the fastest to set up.
The latest cilium release is hosed, so it's a good time to switch:
  cilium/cilium-cli#2795

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub authored and askervin committed Sep 20, 2024
1 parent d4e965e commit 189c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export COMMAND_OUTPUT_DIR="$TEST_OUTPUT_DIR"/commands

distro=${distro:-$DEFAULT_DISTRO}
export k8scri=${k8scri:-"containerd"}
export cni_plugin=${cni_plugin:-cilium}
export cni_plugin=${cni_plugin:-bridge}
export cni_release=${cni_release:-latest}
TOPOLOGY_DIR=${TOPOLOGY_DIR:=e2e}

Expand Down

0 comments on commit 189c8c3

Please sign in to comment.