Skip to content

Commit e2118c3

Browse files
committed
allow karpenter to list capacity reservations
1 parent d2937d0 commit e2118c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iam-karpenter.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ data "aws_iam_policy_document" "karpenter" {
4242
"ec2:CreateLaunchTemplate",
4343
"ec2:CreateFleet",
4444
"ec2:DescribeSpotPriceHistory",
45-
"pricing:GetProducts"
45+
"pricing:GetProducts",
46+
"ec2:DescribeCapacityReservations"
4647
]
4748
}
4849
statement {

0 commit comments

Comments
 (0)