kubewatch icon indicating copy to clipboard operation
kubewatch copied to clipboard

Duplicate Messages

Open marcelosauter opened this issue 10 months ago • 2 comments

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

marcelosauter avatar Apr 25 '24 17:04 marcelosauter

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

arikalon1 avatar Apr 25 '24 18:04 arikalon1

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

marcelosauter avatar Apr 25 '24 20:04 marcelosauter