Skip to content
This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Commit 0e0272b

Browse files
author
Christopher Hein
authored
Merge pull request #421 from szuecs/fix/kube-ingress-aws-controller
fix aws policy to make sure the current version is working
2 parents 3a34cc6 + 35f1122 commit 0e0272b

File tree

1 file changed

+2
-0
lines changed
  • 04-path-security-and-networking/405-ingress-controllers

1 file changed

+2
-0
lines changed

04-path-security-and-networking/405-ingress-controllers/readme.adoc

+2
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ kube-aws-ingress-controller, which we will use:
301301
"autoscaling:DetachLoadBalancers",
302302
"autoscaling:DetachLoadBalancerTargetGroups",
303303
"autoscaling:AttachLoadBalancerTargetGroups",
304+
"autoscaling:DescribeLoadBalancerTargetGroups",
304305
"cloudformation:*",
305306
"elasticloadbalancing:*",
306307
"elasticloadbalancingv2:*",
@@ -338,6 +339,7 @@ and add this to your node policy:
338339
"autoscaling:DetachLoadBalancers",
339340
"autoscaling:DetachLoadBalancerTargetGroups",
340341
"autoscaling:AttachLoadBalancerTargetGroups",
342+
"autoscaling:DescribeLoadBalancerTargetGroups",
341343
"cloudformation:*",
342344
"elasticloadbalancing:*",
343345
"elasticloadbalancingv2:*",

0 commit comments

Comments
 (0)