Skip to content

Commit

Permalink
fix: Added missing permission to autoscaler role
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 authored Jul 8, 2024
1 parent 7179fab commit c27d137
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/cluster-autoscaler/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ resource "aws_iam_policy" "policy" {
"eks:Describe*",
"autoscaling:SetDesiredCapacity",
"autoscaling:TerminateInstanceInAutoScalingGroup",
"elasticloadbalancing:DescribeLoadBalancers"
"elasticloadbalancing:DescribeLoadBalancers",
"ec2:DescribeLaunchTemplateVersions",
],
"Effect": "Allow",
"Resource": "*"
Expand Down

0 comments on commit c27d137

Please sign in to comment.