mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 11:21:47 +00:00
Set default value for TEST_CLUSTER_LOG_LEVEL and KUBE_GCE_INSTANCE_PREFIX
This commit is contained in:
parent
c97baa339b
commit
8b951edada
@ -24,6 +24,11 @@
|
||||
source "${KUBE_ROOT}/cluster/gce/config-common.sh"
|
||||
|
||||
CLEANUP_KUBEMARK_IMAGE=${CLEANUP_KUBEMARK_IMAGE:-true}
|
||||
TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:-"--v=4"}"
|
||||
|
||||
# If you want to set up multiple kubemark clusters with different "names",
|
||||
# you should change this env per each start-kubemark.sh invocation.
|
||||
KUBE_GCE_INSTANCE_PREFIX="${KUBE_GCE_INSTANCE_PREFIX:-"default"}"
|
||||
|
||||
# NUM_NODES is used by start-kubemark.sh to determine a correct number of replicas.
|
||||
NUM_NODES=${KUBEMARK_NUM_NODES:-10}
|
||||
|
Loading…
Reference in New Issue
Block a user