Skip to content

Commit

Permalink
feat: Add permissions for instance requirements support for cluster a…
Browse files Browse the repository at this point in the history
…utoscaler IRSA policy (#356)
  • Loading branch information
pen-pal authored Mar 27, 2023
1 parent 3ebee20 commit fac0cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ data "aws_iam_policy_document" "cluster_autoscaler" {
"ec2:DescribeLaunchTemplateVersions",
"ec2:DescribeInstanceTypes",
"eks:DescribeNodegroup",
"ec2:DescribeImages",
"ec2:GetInstanceTypesFromInstanceRequirements"
]

resources = ["*"]
Expand Down

0 comments on commit fac0cdc

Please sign in to comment.