mirror of https://github.com/kubernetes/kops.git
Merge pull request #15920 from hakuna-matatah/master
scale-test: Add few more cidrs to divide equally /16's
This commit is contained in:
commit
0c1f2ce67b
|
@ -86,7 +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,10.1.0.0/16,10.2.0.0/16,10.3.0.0/16,10.4.0.0/16,10.5.0.0/16,10.6.0.0/16,10.7.0.0/16,10.8.0.0/16,10.9.0.0/16")
|
||||
create_args=("--network-cidr=10.0.0.0/16,10.1.0.0/16,10.2.0.0/16,10.3.0.0/16,10.4.0.0/16,10.5.0.0/16,10.6.0.0/16,10.7.0.0/16,10.8.0.0/16,10.9.0.0/16,10.10.0.0/16,10.11.0.0/16,10.12.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")
|
||||
|
|
Loading…
Reference in New Issue