Skip to content
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

Add install mode to watch namespaces matching labels #1948

Open
owngr opened this issue Mar 26, 2024 · 2 comments
Open

Add install mode to watch namespaces matching labels #1948

owngr opened this issue Mar 26, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@owngr
Copy link

owngr commented Mar 26, 2024

Hello,

As a Kubernetes operator, I would like to have a mode where the operator watches for events in all namespaces matching a label.

This would allow me to trust the developer to put it only when necessary, and I could still forbid the usage of it by having admission controller rules.

From what I saw a part of it could be easily implemented, the greatest challenge would be if we want the operator to clean after itself if a namespace doesn't match the label anymore, not sure if the other modes already do that, though.

@owngr owngr added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 26, 2024
@chen-keinan
Copy link
Collaborator

@owngr contributions are welcome

@owngr
Copy link
Author

owngr commented Apr 9, 2024

Perfect, I'll look into it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants