Skip to content

Commit

Permalink
πŸ› fix(nodepool): reduce constraints on skew
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Oct 18, 2024
1 parent 7efa9a4 commit 2c169a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ec2_node_pool.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2c169a9

Please sign in to comment.