Skip to content

Commit

Permalink
Merge pull request aws#6373 from rschalo/default-multizone-karpenter
Browse files Browse the repository at this point in the history
feat: default to multizone karpenter deployment
  • Loading branch information
rschalo authored Jun 18, 2024
2 parents 331f1ac + e0f9980 commit 1ccbe05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/karpenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ affinity:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: topology.kubernetes.io/zone
whenUnsatisfiable: ScheduleAnyway
whenUnsatisfiable: DoNotSchedule
# -- Tolerations to allow the pod to be scheduled to nodes with taints.
tolerations:
- key: CriticalAddonsOnly
Expand Down

0 comments on commit 1ccbe05

Please sign in to comment.