Skip to content

Commit 770ee99

Browse files
authoredMar 7, 2025··
feat: Add capacity reservation permissions to Karpenter IAM policy (#3318)
feat: Update AllowScopedEC2InstanceAccessActions policy to include capacity-reservation permission as part of Karpenter version 1.3.0
1 parent 1bfc10a commit 770ee99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎modules/karpenter/policy.tf

+1
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,7 @@ data "aws_iam_policy_document" "v1" {
361361
"arn:${local.partition}:ec2:${local.region}::snapshot/*",
362362
"arn:${local.partition}:ec2:${local.region}:*:security-group/*",
363363
"arn:${local.partition}:ec2:${local.region}:*:subnet/*",
364+
"arn:${local.partition}:ec2:${local.region}:*:capacity-reservation/*",
364365
]
365366

366367
actions = [

0 commit comments

Comments
 (0)
Please sign in to comment.