From e0f998077b246da26892d0ff30657916e25c210c Mon Sep 17 00:00:00 2001 From: Reed Schalo Date: Mon, 17 Jun 2024 11:02:00 -0700 Subject: [PATCH] feat: default to multizone karpenter deployment --- charts/karpenter/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/karpenter/values.yaml b/charts/karpenter/values.yaml index d032d87e282f..f981e6787b48 100644 --- a/charts/karpenter/values.yaml +++ b/charts/karpenter/values.yaml @@ -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