-
Notifications
You must be signed in to change notification settings - Fork 88
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
Feature request: namespaceToIgnore #21
Comments
Hi @CapKenR You can't do this in KubeWatch itself right now, but as a workaround you can do it via a Robusta playbook. Here's an example configuration:
You can read more here. There's also another robusta action you can use, that tracks changes here Will that satisfy your requirements? |
I was hoping to do this without introducing another tool, but I'll look at Robusta this weekend. |
I think it would be great if we can specify ignore not just namespace but namespace:object level. |
@pasztorl that's also the type of logic we're covering in Robusta:
The rationale for splitting this into two pods (KubeWatch and Robusta) is to split the Kubernetes event-listening logic from the general filtering, forwarding, and routing logic, which can be much more complex. E.g. you might want to forward certain namespaces to one Slack channel, but other namespaces to PagerDuty. |
I have a namespace that is very noisy, i.e. jobs and pods created, updated, and deleted every minute. This namespace is on every cluster is the same and I'd like to have one configuration that works on all clusters. I don't want to have to include every namespace but this one from every cluster in a
namespaceToWatch
list.The text was updated successfully, but these errors were encountered: