-
Notifications
You must be signed in to change notification settings - Fork 738
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
k8s Resource EventSource triggers updates all the time #760
Comments
@jonnylangefeld - The whole argo-events architecture has been changed in v0.17.0, and this issue should have gone away. Can you please verify? |
It can be reproduced using the latest version of argo-events:
The enventsource pod logs shows repeating log lines like the following:
|
This issue has been automatically marked as stale because it has not had |
This is normal, every time there's an event detected (even it doesn't meet the filter conditions), it prints it out, it doesn't mean there's an event been triggered. |
Other than that, did you see anything bad with latest Argo Events? @camilocot @jonnylangefeld |
…argoproj#1025) Signed-off-by: dubeau <28494057+dubeau@users.noreply.github.com>
…argoproj#1025) (argoproj#1404) Signed-off-by: dubeau <28494057+dubeau@users.noreply.github.com>
…argoproj#1025) (argoproj#1404) Signed-off-by: dubeau <28494057+dubeau@users.noreply.github.com>
Hi guys, about this I have now the same problem when the resoruce is for deployments.
If I use 1 replica this make 6 workflows and If I chose 3... 9. (In deployment yml) TY I see this: juliev0@846df61 And the case it's only for v1alpha1. I'm using apps/v1. |
Describe the bug
As the title says, when using the k8s resource event source with
eventType
UPDATE
, the gateway recognizes updates all the time, even without any changes to the underlying resource. This results in a lot of sensor triggers over time.The gatway logs reflect that as well through repeating log lines like the following
To Reproduce
Steps to reproduce the behavior:
EventSource
,Gateway
andSensor
need to be applied. For your convenience here all commands to copy and paste as one:EventSource
spec and addUPDATE
to theeventTypes
array.Expected behavior
The target workflow defined in the sensor runs once when added.
Environment (please complete the following information):
v1.15.12-gke.9
v2.9.3
v0.15.0
Additional context
I tried this with other custom resources and the same thing happened there, so it's not specific to workflows
The text was updated successfully, but these errors were encountered: