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 a66b8e1 commit 3eae032Copy full SHA for 3eae032
cluster/node-pools/worker-karpenter/provisioners.yaml
@@ -256,6 +256,7 @@ spec:
256
consolidateAfter: {{ or (index .NodePool.ConfigItems "consolidate_after") "10m" }}
257
#{{ else }}
258
consolidationPolicy: WhenEmptyOrUnderutilized
259
+ consolidateAfter: {{ or (index .NodePool.ConfigItems "consolidate_after") "0s" }}
260
#{{ end }}
261
# Priority given to the NodePool when the scheduler considers which NodePool
262
# to select. Higher weights indicate higher priority when comparing NodePools.
0 commit comments