Skip to content

Commit 3eae032

Browse files
committed
Set consolidateAfter
Signed-off-by: Mikkel Oscar Lyderik Larsen <[email protected]>
1 parent a66b8e1 commit 3eae032

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cluster/node-pools/worker-karpenter/provisioners.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ spec:
256256
consolidateAfter: {{ or (index .NodePool.ConfigItems "consolidate_after") "10m" }}
257257
#{{ else }}
258258
consolidationPolicy: WhenEmptyOrUnderutilized
259+
consolidateAfter: {{ or (index .NodePool.ConfigItems "consolidate_after") "0s" }}
259260
#{{ end }}
260261
# Priority given to the NodePool when the scheduler considers which NodePool
261262
# to select. Higher weights indicate higher priority when comparing NodePools.

0 commit comments

Comments
 (0)