Skip to content

Commit c975eff

Browse files
committed
Add disruption budget to general node pool
1 parent 0450a2a commit c975eff

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/karpenter/general-node-pool.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ spec:
3333
values: ["eu-central-1a"]
3434
nodeClassRef:
3535
name: default
36+
disruption:
37+
budgets:
38+
- nodes: 20%
3639
limits:
3740
cpu: "80" # 10 instances * 8 vCPU
3841
memory: 320Gi # 10 instances * 32Gi

0 commit comments

Comments
 (0)