Skip to content

Commit 38380fc

Browse files
authored
Increase default root disk size for karpenter node pools (#1539)
1 parent 88173a8 commit 38380fc

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 the default root disk size for Karpenter node pools. Karpenter will choose the cheapest instances, and certain instances, like `g6f.xlarge` come with some drivers that require a larger disk.
13+
1014
## [6.2.0] - 2025-10-21
1115

1216
### Changed

helm/cluster-aws/templates/_karpenter_machine_pools.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- deviceName: /dev/xvda
2323
rootVolume: true
2424
ebs:
25-
volumeSize: {{ $value.rootVolumeSizeGB | default 8 }}Gi
25+
volumeSize: {{ $value.rootVolumeSizeGB | default 15 }}Gi
2626
volumeType: gp3
2727
deleteOnTermination: true
2828
- deviceName: /dev/xvdd

0 commit comments

Comments
 (0)