Skip to content

Commit

Permalink
Merge pull request #15540 from hakman/fix_node_count
Browse files Browse the repository at this point in the history
Fix node count for scalability scenario
  • Loading branch information
k8s-ci-robot authored Jun 22, 2023
2 parents 9cbb48c + e774ca5 commit 1e49085
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 @@ -87,7 +87,7 @@ echo "ADMIN_ACCESS=${ADMIN_ACCESS}"
#create_args="--networking cilium"
create_args=()
create_args+=("--networking=calico")
create_args+=("--node-count=${KUBE_NODE_COUNT:101}")
create_args+=("--node-count=${KUBE_NODE_COUNT:-101}")
# TODO: Use the newer non-DNS mode, more scalable than gossip and generally recommended
# However, it currently fails two tests (HostPort & OIDC) so need to track that down
#create_args="--dns none"
Expand Down

0 comments on commit 1e49085

Please sign in to comment.