Remove debug from GCI cluster autoscaler setup function

pull/6/head
Marcin 2016-05-27 20:02:40 +02:00
parent d2a45f0ba5
commit e7c69f67f2
1 changed files with 1 additions and 3 deletions

View File

@ -625,9 +625,7 @@ function start-kube-scheduler {
# Starts cluster autoscaler.
function start-cluster-autoscaler {
if [ "${ENABLE_NODE_AUTOSCALER:-}" = "true" ]; then
touch /etc/kubernetes/start-cluster-autoscaler-enabled
# Remove salt comments and replace variables with values
# Remove salt comments and replace variables with values
src_file="${KUBE_HOME}/kube-manifests/kubernetes/gci-trusty/cluster-autoscaler.manifest"
remove-salt-config-comments "${src_file}"