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

[Features] Specify namespaces which kubeblocks should watch/observe #6614

Closed
lkadalski opened this issue Feb 9, 2024 · 0 comments · Fixed by #6641
Closed

[Features] Specify namespaces which kubeblocks should watch/observe #6614

lkadalski opened this issue Feb 9, 2024 · 0 comments · Fixed by #6641

Comments

@lkadalski
Copy link

lkadalski commented Feb 9, 2024

What is the user interaction of your feature
Use-case is that when I deploy operator it only watches specific namespaces for Cluster resources.

Is your feature request related to a problem? Please describe.
Only specific and secured namespaces should be maintained/observed/watched by kubeblocks.

If this is a new feature, please describe the motivation and goals.
Many operators have this feature so it's kind of expectation to be here

Describe the solution you'd like
it should be a config where we can specify list of namespaces. With default to all namespaces (as now).
If someone tries to add Cluster definition to not watched, it should not be pick up by kubeblocks.

Describe alternatives you've considered
I have not found any

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment