mirror of https://github.com/kubernetes/kops.git
Use 10.0.0.0/16 network for scale tests
This commit is contained in:
parent
5cd3300315
commit
5ca58836a3
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue