Skip to content

Commit

Permalink
Merge pull request #85508 from notpad/kubemark_script
Browse files Browse the repository at this point in the history
Set default value for TEST_CLUSTER_LOG_LEVEL and KUBE_GCE_INSTANCE_PREFIX
  • Loading branch information
k8s-ci-robot committed Nov 25, 2019
2 parents 9d048f0 + 8b951ed commit e6b0dbb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cluster/kubemark/gce/config-default.sh
Expand Up @@ -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}
Expand Down

0 comments on commit e6b0dbb

Please sign in to comment.