File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
04-path-security-and-networking/405-ingress-controllers Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -301,6 +301,7 @@ kube-aws-ingress-controller, which we will use:
301
301
"autoscaling:DetachLoadBalancers",
302
302
"autoscaling:DetachLoadBalancerTargetGroups",
303
303
"autoscaling:AttachLoadBalancerTargetGroups",
304
+ "autoscaling:DescribeLoadBalancerTargetGroups",
304
305
"cloudformation:*",
305
306
"elasticloadbalancing:*",
306
307
"elasticloadbalancingv2:*",
@@ -338,6 +339,7 @@ and add this to your node policy:
338
339
"autoscaling:DetachLoadBalancers",
339
340
"autoscaling:DetachLoadBalancerTargetGroups",
340
341
"autoscaling:AttachLoadBalancerTargetGroups",
342
+ "autoscaling:DescribeLoadBalancerTargetGroups",
341
343
"cloudformation:*",
342
344
"elasticloadbalancing:*",
343
345
"elasticloadbalancingv2:*",
You can’t perform that action at this time.
0 commit comments