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 <