-
Notifications
You must be signed in to change notification settings - Fork 76
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
"kwatch detected a crash in pod" when pod is deleted normally #50
Comments
Same here. Pods are normally stopped, but getting an alert for it.
or
|
Guess related to #44 |
I think the following process is the problem:
I think a solution for this could be parsing the events and if they contain "Killing Stopping container XXX" then not consider this a crash....but this definitely has some potential for also silencing real crashes |
Describe the bug
When I delete a pod (or an object containing pods, i.e. deployment) normally (also tested via argocd) I receive an alert about a pod crash:
This isn't a crash but a normal container termination, I should not be getting alerts
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should not receive alerts on cleanly terminated pods, only on crashes
Actual behavior
Getting a crash alert
Version/Commit
v0.3.0
The text was updated successfully, but these errors were encountered: