Skip to content

Commit

Permalink
test/e2e: revert default CNI plugin to cilium.
Browse files Browse the repository at this point in the history
Using the bridge plugins seems to break metrics collection
tests. Revert the default to cilium for now until we figure
out what's wrong and fix it.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Oct 13, 2023
1 parent 39d7bf0 commit e17119d
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:-bridge}
export cni_plugin=${cni_plugin:-cilium}
TOPOLOGY_DIR=${TOPOLOGY_DIR:=e2e}

source "$LIB_DIR"/vm.bash
Expand Down

0 comments on commit e17119d

Please sign in to comment.