-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: support watching specific namespaces #226
base: master
Are you sure you want to change the base?
Conversation
What's your use case to restrict it to namespace? |
We have RBAC enforced on our clusters that strictly splits every client in its own namespace managed by a specific team. |
Any update @QuentinBisson ? |
Any update @hervenicol ? |
Sorry @maxime1907, end of year was a bit rough. |
Okay no problem, thank you for answering! |
Any update/Are you still busy @QuentinBisson ? |
Any updates on this? |
Checklist
Proposal
Make it possible to watch only for a specific set of namespaces for Silence CR changes.
Doesn't change the actual behavior of the operator as it remains cluster wide by default.
Breaking change in the CRD to make its scope Namespaced.