mirror of https://github.com/k3s-io/k3s
Increase logs verbosity in scalability tests.
parent
1ef85cd78c
commit
0fa259f329
|
@ -374,7 +374,7 @@ case ${JOB_NAME} in
|
||||||
MINION_DISK_SIZE="50GB"
|
MINION_DISK_SIZE="50GB"
|
||||||
NUM_MINIONS="100"
|
NUM_MINIONS="100"
|
||||||
# Reduce logs verbosity
|
# Reduce logs verbosity
|
||||||
TEST_CLUSTER_LOG_LEVEL="--v=1"
|
TEST_CLUSTER_LOG_LEVEL="--v=2"
|
||||||
# Increase resync period to simulate production
|
# Increase resync period to simulate production
|
||||||
TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in New Issue