From 78617e0dda7032d9d388b9462689793bd9a9c2aa Mon Sep 17 00:00:00 2001 From: alexeh Date: Tue, 12 Sep 2023 07:05:22 +0300 Subject: [PATCH] workaround to https://gith.com/kubernetes-sigs/aws-load-balancer-controller/issues/3044 --- .../k8s_infrastructure/lb_controller/iam_policy.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/infrastructure/kubernetes/modules/k8s_infrastructure/lb_controller/iam_policy.json b/infrastructure/kubernetes/modules/k8s_infrastructure/lb_controller/iam_policy.json index e03636f54..9ef3e9b6d 100644 --- a/infrastructure/kubernetes/modules/k8s_infrastructure/lb_controller/iam_policy.json +++ b/infrastructure/kubernetes/modules/k8s_infrastructure/lb_controller/iam_policy.json @@ -144,13 +144,7 @@ "arn:aws:elasticloadbalancing:*:*:targetgroup/*/*", "arn:aws:elasticloadbalancing:*:*:loadbalancer/net/*/*", "arn:aws:elasticloadbalancing:*:*:loadbalancer/app/*/*" - ], - "Condition": { - "Null": { - "aws:RequestTag/elbv2.k8s.aws/cluster": "true", - "aws:ResourceTag/elbv2.k8s.aws/cluster": "false" - } - } + ] }, { "Effect": "Allow",