Skip to content
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

fix: Add missing AddTags permission for AWS load balancer controller #1744

Closed
wants to merge 1 commit into from
Closed

fix: Add missing AddTags permission for AWS load balancer controller #1744

wants to merge 1 commit into from

Conversation

ghaering
Copy link

@ghaering ghaering commented Sep 4, 2023

Description

Allow load balancer controller to create tags on ELB.

Motivation and Context

Without the change in this pull request, we could not have load balancers created. According to a colleague, there was a recent change in the AWS APIs related to tagging and load balancers, which is the reason why we need this change.

See for example this for a discussion how it was solved there:
kubernetes-sigs/aws-load-balancer-controller#3046

How was this change tested?

  • Yes, I have tested the PR using my local account setup (Provide any test evidence report under Additional Notes)
  • Yes, I have updated the docs for this feature
  • Yes, I ran pre-commit run -a with this PR

Additional Notes

@ghaering ghaering requested a review from a team as a code owner September 4, 2023 16:48
@ghaering ghaering changed the title Add missing AddTags permission for AWS load balancer controller fix: Add missing AddTags permission for AWS load balancer controller Sep 4, 2023
@askulkarni2
Copy link
Contributor

@askulkarni2 askulkarni2 closed this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants