mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
Remove debug from GCI cluster autoscaler setup function
This commit is contained in:
parent
d2a45f0ba5
commit
e7c69f67f2
@ -625,8 +625,6 @@ function start-kube-scheduler {
|
|||||||
# Starts cluster autoscaler.
|
# Starts cluster autoscaler.
|
||||||
function start-cluster-autoscaler {
|
function start-cluster-autoscaler {
|
||||||
if [ "${ENABLE_NODE_AUTOSCALER:-}" = "true" ]; then
|
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"
|
src_file="${KUBE_HOME}/kube-manifests/kubernetes/gci-trusty/cluster-autoscaler.manifest"
|
||||||
remove-salt-config-comments "${src_file}"
|
remove-salt-config-comments "${src_file}"
|
||||||
|
Loading…
Reference in New Issue
Block a user