Skip to content

Commit 3c6cff5

Browse files
Merge pull request #63 from hotosm/fix/karpenter-autoscaler
Add missing ListInstanceProfiles perm to karpenter controller policy
2 parents 9f7ed88 + 31cae7b commit 3c6cff5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

terraform/karpenter.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ data "aws_iam_policy_document" "karpenter_controller" {
4343
"ec2:CreateLaunchTemplate",
4444
"ec2:CreateFleet",
4545
"ec2:DescribeSpotPriceHistory",
46-
"pricing:GetProducts"
46+
"pricing:GetProducts",
47+
"iam:ListInstanceProfiles"
4748
]
4849
resources = ["*"]
4950
}

0 commit comments

Comments
 (0)