Skip to content

Commit ce6001a

Browse files
authored
Improve consolidation (#1535)
1 parent 450c8fa commit ce6001a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Changed
11+
12+
- Change default consolidation time to 6 hours to avoid constant node rolling.
13+
1014
## [6.1.0] - 2025-10-17
1115

1216
### Added

helm/cluster-aws/templates/_karpenter_machine_pools.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
{{- end }}
6868
nodePool:
6969
disruption:
70-
consolidateAfter: {{ $value.consolidateAfter | default "3m" }}
70+
consolidateAfter: {{ $value.consolidateAfter | default "6h" }}
7171
{{- with $value.consolidationPolicy }}
7272
consolidationPolicy: {{ . }}
7373
{{- end }}

0 commit comments

Comments
 (0)