-
Notifications
You must be signed in to change notification settings - Fork 325
Allow load balancer name to be provided via service annotation #55
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
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle stale |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
Discussion from cloud provider 2020/05/01: /priority important-longterm |
There's also some related issues in k/k. A good entrypoint is kubernetes/kubernetes#69293 , an AWS specific issue is kubernetes/kubernetes#29789 |
Even a name |
If this change is made, the ability to name target groups would also be great. Also, documentation on how the names are generated by default. From what I can tell, the names are always the same, which is a problem when running multiple clusters. My use case is that something broke on AWS's end and there's a broken target group stuck in my account. I need to change the name so that I can create a new one. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What would you like to be added:
Would like to add an additional annotation type for the load balancer name.
Why is this needed:
Currently balancer can only be created with a machine-generated name making it very hard to distinguish in AWS if multiple balancers have been created within an account.
Additionally the DefaultLoadBalancerName from the cloud-provider package which is currently in use here has been deprecated and needs a replacement.
/kind feature
The text was updated successfully, but these errors were encountered: