aws-load-balancer-controller
aws-load-balancer-controller copied to clipboard
Support for some annotation key to disable load balancer controller for a service
Describe the feature you are requesting I want to use load balancer type services but without the controller kicking in and trying to create something in the ELB layer. I couldn't find any annotations in the documentation to disable it. Is there a plan to support something like that in the future, or are there any workarounds to this?
Motivation I want to support internal DNS load balancers via loadbalancer type services without invoking AWS loadbalancers.
Describe the proposed solution you'd like An annotation key on the service definition that ignores the object and does no-op.
Describe alternatives you've considered
Contribution Intention (Optional)
-[x] Yes, I am willing to contribute a PR to implement this feature -[ ] No, I cannot work on a PR at this time