Skip to content

Commit

Permalink
use calico for cni
Browse files Browse the repository at this point in the history
  • Loading branch information
upodroid committed Dec 20, 2023
1 parent b3ad592 commit 1842008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/scenarios/scalability/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ if [[ "${CLOUD_PROVIDER}" == "gce" ]]; then
create_args+=("--node-size=e2-standard-2")
create_args+=("--image=${INSTANCE_IMAGE:-ubuntu-os-cloud/ubuntu-2204-jammy-v20231213a}")
fi
create_args+=("--networking=${CNI_PLUGIN:-calico}")
create_args+=("--networking=${TEMP_CNI_PLUGIN:-calico}") # replace
if [[ "${CNI_PLUGIN}" == "amazonvpc" ]]; then
create_args+=("--set spec.networking.amazonVPC.env=ENABLE_PREFIX_DELEGATION=true")
fi
Expand Down

0 comments on commit 1842008

Please sign in to comment.