We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490ef80 commit 1c48c90Copy full SHA for 1c48c90
apps/karpenter/overlays/ops/nodepool.yaml
@@ -63,6 +63,12 @@ spec:
63
disruption:
64
consolidationPolicy: WhenUnderutilized
65
expireAfter: 360h
66
+ disruption:
67
+ budgets:
68
+ - duration: 45m
69
+ nodes: "0"
70
+ schedule: '@hourly'
71
+ - nodes: "1"
72
limits:
73
cpu: 15
74
memory: 50Gi
@@ -116,6 +122,12 @@ spec:
116
122
117
123
118
124
125
126
127
128
129
130
119
131
120
132
cpu: 6
121
133
memory: 16Gi
0 commit comments