feat: Update Karpenter sub-module to support Karpenter v1.12#3690
Merged
bryantbiggs merged 3 commits intoterraform-aws-modules:masterfrom Apr 27, 2026
Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bryantbiggs
reviewed
Apr 27, 2026
| actions = ["pricing:GetProducts"] | ||
| } | ||
|
|
||
| dynamic "statement" { |
Member
There was a problem hiding this comment.
remove the feature gating - we will default to full permissions, and its up to users to enable/disable on the controllers values file
…ionally Per maintainer feedback, the module should default to full permissions and let users enable/disable features via the controller's Helm values. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bryantbiggs
approved these changes
Apr 27, 2026
antonbabenko
pushed a commit
that referenced
this pull request
Apr 27, 2026
## [21.19.0](v21.18.0...v21.19.0) (2026-04-27) ### Features * Update Karpenter sub-module to support Karpenter `v1.12` ([#3690](#3690)) ([3bc989b](3bc989b))
Contributor
|
@ChristianRothQC It seems |
3 tasks
Contributor
Author
|
@antoine-labarussias-wmx - urgh - I am very sorry for this - I should've checked this carefully :/ |
Member
|
if this does not work then it should be opened on the Karpenter repository - we match upstream's guidance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR updates the Karpenter module to support Karpenter v1.12.
ec2:DescribeInstanceStatusto the controller IAM policy (required for EC2 instance status health checks in the interruption controller)arc-zonal-shift:GetManagedResourcepermission scoped to the EKS cluster ARN (supports ARC Zonal Shift)Motivation and Context
Karpenter v1.12.0 introduces two IAM-relevant changes per the upgrade guide:
Both permissions are included unconditionally — the module provides full IAM permissions and users enable/disable features via the Karpenter controller's Helm values (
settings.enableZonalShift). Thearc-zonal-shift:GetManagedResourceresource ARN is scoped to the specific EKS cluster, matching upstream's CloudFormation template.Breaking Changes
None. Both permissions are additive.
How Has This Been Tested?
examples/*to demonstrate and validate my change(s)examples/*🤖 Generated with Claude Code