From 85bc82acfd53873acc33392d8f44d2ea0cdf341d Mon Sep 17 00:00:00 2001 From: area363 Date: Tue, 30 Apr 2024 16:49:23 +0900 Subject: [PATCH] update autoscaler to match the latest argocd config --- common/bootstrap/templates/aws-cluster-autoscaler.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/bootstrap/templates/aws-cluster-autoscaler.yaml b/common/bootstrap/templates/aws-cluster-autoscaler.yaml index 47604b77d..5bc98cf97 100644 --- a/common/bootstrap/templates/aws-cluster-autoscaler.yaml +++ b/common/bootstrap/templates/aws-cluster-autoscaler.yaml @@ -20,6 +20,7 @@ spec: image: tag: v1.20.0 extraArgs: + scale-down-enabled: true balance-similar-node-groups: true logtostderr: true skip-nodes-with-local-storage: false