From c8018d0b686688882dcba06423771975c9614c76 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 21 Feb 2022 17:17:31 +0600 Subject: [PATCH] enh: change cluster-autoscaler configuration to improve cluster utilization --- terraform/layer2-k8s/eks-cluster-autoscaler.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terraform/layer2-k8s/eks-cluster-autoscaler.tf b/terraform/layer2-k8s/eks-cluster-autoscaler.tf index 8e883c3b..27650f66 100644 --- a/terraform/layer2-k8s/eks-cluster-autoscaler.tf +++ b/terraform/layer2-k8s/eks-cluster-autoscaler.tf @@ -19,6 +19,8 @@ rbac: autoDiscovery: clusterName: ${local.eks_cluster_id} extraArgs: + skip-nodes-with-local-storage: false + scale-down-utilization-threshold: 0.7 expander: priority expanderPriorities: | 10: