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

Duplicate Messages #73

Open
marcelosauter opened this issue Apr 25, 2024 · 2 comments
Open

Duplicate Messages #73

marcelosauter opened this issue Apr 25, 2024 · 2 comments

Comments

@marcelosauter
Copy link

Good afternoon .
Okay, I'm using the project, congratulations for the same.
I just configured it and I'm testing something I saw and it generates 3 identical messages for a change. Do you know how I can fix it?

A Pod in namespace test has been Created:
test
14h38
A Pod in namespace test has been Updated:
test
14h38
A Pod in namespace test has been Updated:
test
14h38
A Pod in namespace est has been Updated:
test

@arikalon1
Copy link
Collaborator

Hi @marcelosauter

Kubewatch listens to the api server, is is notified on any change to the Kubernetes resource.
When a pod is created, it's being updated while Kubernetes is scheduling and running it (it's status will change from Pending to Running for example)

What exactly do you want to be notified about?

You can also checkout Robusta (which receives data from Kubewatch) and allows more filters on notifications

@marcelosauter
Copy link
Author

marcelosauter commented Apr 25, 2024

I want to recevied just one message .Do you know how do that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants