-
Notifications
You must be signed in to change notification settings - Fork 86
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
Support for multiple namespace #80
Comments
hey @amandpay As you said, kubewatch support only watching a specific namespace, or all. At the moment we don't plan to add the option to monitor multiple namespace directly in kubewatch |
Hi @arikalon1 Thanks for the update. I would like to use without Prometheus. |
Hey @amandpay You can use Robusta without Prometheus. If you want still try it, add this custom playbook to Robusta:
I personally think Prometheus is a better way to monitor it, because it alerts for issues that only persists for more than X minutes. |
How can we mention multiple namespace to watch resource from only namespace1 and namespace2 ? |
In Robusta, you can define to send only notifications coming from a list of namespaces It will not work for the above playbook, because Node is not a namespaced resource (It doesn't belong to a single namespace) |
That i got it. Can you share some example ? |
In Robusta, the destinations are called Your scope should include any message coming from a list of namespaces, on those from the Should be something like:
|
Got it thanks. Values.yaml says the below note NOTE: Do not use this file to install Robusta. It has missing values that need to be filled in. See the installation instructions instead https://docs.robusta.dev/master/installation.htmlHow can add customPlaybooks then ? Also i want to change few more configs like restart_count etc. How can I ? |
Hi ,
Is multiple namespace supported ?
I can see option to add either on or leave empty to watch all namespaces.
I have deployed kubewatch using helm. And i want resources which are namespace based to be watched from few namespace only.
The text was updated successfully, but these errors were encountered: