Use 10.0.0.0/16 network for scale tests

This commit is contained in:
Ciprian Hacman 2023-08-15 19:36:51 +03:00
parent 5cd3300315
commit 5ca58836a3
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ echo "ADMIN_ACCESS=${ADMIN_ACCESS}"
# cilium does not yet pass conformance tests (shared hostport test)
#create_args="--networking cilium"
create_args=()
create_args=("--network-cidr=10.0.0.0/16")
create_args+=("--networking=${CNI_PLUGIN:-calico}")
if [[ "${CNI_PLUGIN}" == "amazonvpc" ]]; then
create_args+=("--set spec.networking.amazonVPC.env=ENABLE_PREFIX_DELEGATION=true")