We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97baa3 commit 8b951edCopy full SHA for 8b951ed
cluster/kubemark/gce/config-default.sh
@@ -24,6 +24,11 @@
24
source "${KUBE_ROOT}/cluster/gce/config-common.sh"
25
26
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"}"
32
33
# NUM_NODES is used by start-kubemark.sh to determine a correct number of replicas.
34
NUM_NODES=${KUBEMARK_NUM_NODES:-10}
0 commit comments