Skip to content

Commit

Permalink
Make worker count configurable (#93)
Browse files Browse the repository at this point in the history
* To enhance torpedo tests

Signed-off-by: Ambika Nair <[email protected]>

* worker node configurable

Signed-off-by: Ambika Nair <[email protected]>

---------

Signed-off-by: Ambika Nair <[email protected]>
  • Loading branch information
ambiknai authored Sep 22, 2023
1 parent d2d97ed commit e3df68d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/e2e/iks-cluster
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,12 @@ key="$1"
shift
shift
;;

--worker-count)
WORKER_NODE_COUNT="$2"
shift
shift
;;

-n |--name)
e2e_name_tag="$2"
Expand Down

0 comments on commit e3df68d

Please sign in to comment.