-
Notifications
You must be signed in to change notification settings - Fork 319
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
annotation to create service-endpoint (PrivateLink) #177
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
This will likely be implemented in the aws-load-balaner-controller. I recommend subscribing to kubernetes-sigs/aws-load-balancer-controller#1859 |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
Rotten issues close after 30d of inactivity. Send feedback to sig-contributor-experience at kubernetes/community. |
@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:
Currently there are annotations to create an NLB.
I want the option to either:
Why is this needed:
As I mentioned in (2), there's currently no way to do this.
I have to let k8s service generate the nlb for me, and then manually (or using tf) add n Endpoint. This is bad for automation as we use TF and I would like to run some basic tf code, and then install (using helm) my app, and not have to to terraform - helm - terraform fixes again.
This is also an issues cause If I do helm changes, tf won't be aware.
Original issue: https://stackoverflow.com/questions/66121683/creating-a-service-endpoint-for-a-service-in-eks
Thanks!
/kind feature
The text was updated successfully, but these errors were encountered: