Skip to content

Commit

Permalink
Explicitly set Ignition user data storage type to S3 bucket objects f…
Browse files Browse the repository at this point in the history
…or machine pools (#981)
  • Loading branch information
AndiDog committed Jan 23, 2025
1 parent 39c77c4 commit 9decee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- Chart: Reduce default etcd volume size to 50 GB.
- Explicitly set Ignition user data storage type to S3 bucket objects for machine pools

## [1.3.5] - 2024-12-12

Expand Down
1 change: 1 addition & 0 deletions helm/cluster-aws/templates/_machine_pools.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ spec:
instanceWarmup: {{ $value.instanceWarmup | default 600 }}
minHealthyPercentage: {{ $value.minHealthyPercentage | default 90 }}
ignition:
storageType: ClusterObjectStore # store user data in S3 bucket
version: "3.4"
lifecycleHooks:
- defaultResult: CONTINUE
Expand Down

0 comments on commit 9decee5

Please sign in to comment.