From 2c169a9be0080ee26c31f93fce4ebe1500ea7002 Mon Sep 17 00:00:00 2001 From: "Matthew C. Morgan" Date: Fri, 18 Oct 2024 17:15:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(nodepool):=20reduce=20constr?= =?UTF-8?q?aints=20on=20skew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ec2_node_pool.yaml.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ec2_node_pool.yaml.tpl b/ec2_node_pool.yaml.tpl index 1c7ef9a..5cfad1c 100644 --- a/ec2_node_pool.yaml.tpl +++ b/ec2_node_pool.yaml.tpl @@ -45,13 +45,13 @@ spec: memory: 1000Gi nvidia.com/gpu: 2 topologySpreadConstraints: - - maxSkew: 1 + - maxSkew: 99 topologyKey: "topology.kubernetes.io/zone" whenUnsatisfiable: ScheduleAnyway - - maxSkew: 1 + - maxSkew: 99 topologyKey: "kubernetes.io/hostname" whenUnsatisfiable: ScheduleAnyway - - maxSkew: 1 + - maxSkew: 99 topologyKey: "karpenter.sh/capacity-type" whenUnsatisfiable: ScheduleAnyway budgets: