-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump aws lb controller to 2.2.0 #11502
bump aws lb controller to 2.2.0 #11502
Conversation
43a1c14
to
266918d
Compare
"elasticloadbalancing:ModifyTargetGroupAttributes", | ||
"elasticloadbalancing:ModifyRule", | ||
"elasticloadbalancing:DeleteRule", | ||
"elasticloadbalancing:RemoveTags", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RemoveTags
is being added in both statements. Can we consolidate it to just one statement?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm. Is the last statement redundant? Technically they should be for different types of resources (ELBs vs listeners)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think this should work just as well.
fa2c2ce
to
8c377cf
Compare
8c377cf
to
7df35fa
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: rifelpet The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…502-origin-release-1.21 Automated cherry pick of #11502: bump aws lb controller to 2.2.0
With these changes, we also pass the upstream e2e tests (with some amendments related to them expecting something more similar to EKS).