Skip to content

Commit

Permalink
Document needed IAM role autoscaling:DescribeLoadBalancerTargetGroups (
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar authored and hjacobs committed Feb 23, 2018
1 parent a483778 commit fb979aa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/kops.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ kube-ingress-aws-controller, which we will use:
"autoscaling:DetachLoadBalancers",
"autoscaling:DetachLoadBalancerTargetGroups",
"autoscaling:AttachLoadBalancerTargetGroups",
"autoscaling:DescribeLoadBalancerTargetGroups",
"cloudformation:*",
"elasticloadbalancing:*",
"elasticloadbalancingv2:*",
Expand Down Expand Up @@ -101,6 +102,7 @@ and add this to your node policy:
"autoscaling:DetachLoadBalancers",
"autoscaling:DetachLoadBalancerTargetGroups",
"autoscaling:AttachLoadBalancerTargetGroups",
"autoscaling:DescribeLoadBalancerTargetGroups",
"cloudformation:*",
"elasticloadbalancing:*",
"elasticloadbalancingv2:*",
Expand Down
5 changes: 5 additions & 0 deletions deploy/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ Please also note that the worker nodes will need the right permission to describ
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "autoscaling:DescribeLoadBalancerTargetGroups",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "elasticloadbalancing:DescribeLoadBalancers",
"Resource": "*",
Expand Down

0 comments on commit fb979aa

Please sign in to comment.