3scale-ops / aws-nlb-helper-operator

Simple operator to manage AWS NLB attributes using Kubernetes Service object annotations
Apache License 2.0
24 stars 2 forks source link

Change operator scope from namespace to cluster #5

Closed slopezz closed 2 years ago

slopezz commented 4 years ago

Is your feature request related to a problem? Please describe. No

Describe the solution you'd like Being a networking operator, where you might be interested in fine tuning NLBs on different Namespaces, it would be nice not having to the deploy the operator on every Namespace where you have Services to modify, so just deploy it once with cluster scope, and being able to watch Services on any (or on specific) Namespace/s.

Describe alternatives you've considered N/A

Additional context Bear in mind, on some restricted scenarios like OSD, there should be some specific restrictions on cluster scope operators, so it would be nice to take it into account before implementing a solution.

raelga commented 2 years ago

Closed by #18. The operator now supports all, single and multi-namespace operation.