Skip to content

Commit e6b0dbb

Browse files
authored
Merge pull request kubernetes#85508 from notpad/kubemark_script
Set default value for TEST_CLUSTER_LOG_LEVEL and KUBE_GCE_INSTANCE_PREFIX
2 parents 9d048f0 + 8b951ed commit e6b0dbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cluster/kubemark/gce/config-default.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
source "${KUBE_ROOT}/cluster/gce/config-common.sh"
2525

2626
CLEANUP_KUBEMARK_IMAGE=${CLEANUP_KUBEMARK_IMAGE:-true}
27+
TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:-"--v=4"}"
28+
29+
# If you want to set up multiple kubemark clusters with different "names",
30+
# you should change this env per each start-kubemark.sh invocation.
31+
KUBE_GCE_INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-"default"}"
2732

2833
# NUM_NODES is used by start-kubemark.sh to determine a correct number of replicas.
2934
NUM_NODES=${KUBEMARK_NUM_NODES:-10}

0 commit comments

Comments
 (0)