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: