-
Notifications
You must be signed in to change notification settings - Fork 464
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
fine-grained selector for watched CRs #5868
Comments
Similar request to solo-io#3173 |
Related and similar to solo-io#6871 |
@jackstine What's the difference between this issue and #6871? Is there any date we can expect any of these two issues resolved? |
Adding information about Field Selectors |
Zendesk ticket #1051 has been linked to this issue. |
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs. |
This issue has been closed due to no activity in the last 12 months. |
Version
1.10.x (latest stable)
Is your feature request related to a problem? Please describe.
Currently, the Gloo controllers watch the Gloo CRs (VS, AC, US, etc.) in all the namespaces declared under
watchNamespaces
(all NS by default).The goal is to control this "watchable" scope with labels.
Or, at least, expose a "deny list" of namespaces to watch.
We have customers with a large list of namespaces, unable to keep that
watchNamespaces
list up to date. But they know which NS they don't want to watch. Btw. thekube-system
namespace was a source of noise for the Gloo controllers.Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: