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 450c8fa commit ce6001aCopy full SHA for ce6001a
CHANGELOG.md
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Changed
11
+
12
+- Change default consolidation time to 6 hours to avoid constant node rolling.
13
14
## [6.1.0] - 2025-10-17
15
16
### Added
helm/cluster-aws/templates/_karpenter_machine_pools.tpl
@@ -67,7 +67,7 @@ spec:
67
{{- end }}
68
nodePool:
69
disruption:
70
- consolidateAfter: {{ $value.consolidateAfter | default "3m" }}
+ consolidateAfter: {{ $value.consolidateAfter | default "6h" }}
71
{{- with $value.consolidationPolicy }}
72
consolidationPolicy: {{ . }}
73
0 commit comments