From 83400d8de3f42d8f9c0bdef79d9b214596e4a6a3 Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Mon, 12 Sep 2016 09:44:45 +0200 Subject: [PATCH] Fix etcd3 suite --- cluster/gce/config-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/gce/config-test.sh b/cluster/gce/config-test.sh index acad8366f1b92..735e51cdfafe2 100755 --- a/cluster/gce/config-test.sh +++ b/cluster/gce/config-test.sh @@ -93,7 +93,7 @@ ENABLE_L7_LOADBALANCING="${KUBE_ENABLE_L7_LOADBALANCING:-glbc}" ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}" # Set etcd version (e.g. 3.0.4-migration.1) if you need non-default version. -TEST_ETCD_VERSION="" +TEST_ETCD_VERSION="${TEST_ETCD_VERSION:-}" # Default Log level for all components in test clusters and variables to override it in specific components. TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:---v=4}"