From 8b09074d2c3d3acafe702320c80a23460d9f7fdb Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Thu, 9 Jun 2016 11:30:57 +0200 Subject: [PATCH] Rename ENABLE_NODE_AUTOSCALER to ENABLE_CLUSTER_AUTOSCALER --- cluster/common.sh | 4 ++-- cluster/gce/config-default.sh | 3 +-- cluster/gce/config-test.sh | 3 +-- cluster/gce/gci/configure-helper.sh | 2 +- cluster/gce/trusty/configure-helper.sh | 2 +- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/cluster/common.sh b/cluster/common.sh index 2d7e7e5c51..21efada9fa 100755 --- a/cluster/common.sh +++ b/cluster/common.sh @@ -673,9 +673,9 @@ RKT_PATH: $(yaml-quote ${RKT_PATH:-}) KUBERNETES_CONFIGURE_CBR0: $(yaml-quote ${KUBERNETES_CONFIGURE_CBR0:-true}) EOF fi - if [[ "${ENABLE_NODE_AUTOSCALER:-}" == "true" || "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then + if [[ "${ENABLE_CLUSTER_AUTOSCALER}" == "true" ]]; then cat >>$file <