Commit e7c69f67 authored by Marcin's avatar Marcin

Remove debug from GCI cluster autoscaler setup function

parent d2a45f0b
......@@ -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}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment