Skip to content

Commit

Permalink
feat: default to multizone karpenter deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
rschalo committed Jun 17, 2024
1 parent 331f1ac commit e0f9980
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 e0f9980

Please sign in to comment.