-
-
Notifications
You must be signed in to change notification settings - Fork 284
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
Popeye showing errors for Complete cronjobs #298
Labels
bug
Something isn't working
Comments
@jim-barber-he Thanks for the heads up! Fix v0.21.2 |
Merged
Oh I guess that's the same. I didn't notice the |
derailed
added a commit
that referenced
this issue
Mar 27, 2024
Merged
@jim-barber-he My apologies. These mean |
Thank you very much. I can confirm this is good now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
For some reason when evaluating
CRONJOBS
, popeye shows errors for complete jobs.A Pod produced from a Job that has been created by a CronJob that has finished with a status of
Completed
isn't a problem?To Reproduce
Steps to reproduce the behavior:
Create a simple cronjob. Something like this should suffice:
And apply it. E.g.:
kubectl apply -f $CRONJOB_YAML
After the job has run a couple of times, run
popeye -s cronjobs
and you'll see the error.Expected behavior
I don't think cronjobs having completed jobs is a problem?
If so, why?
And if they are, this error doesn't have a POP-???? code that can be used to filter it out.
Screenshots
From the example cronjob above:
Versions (please complete the following information):
Debian 12
0.21.1
1.28.8
Additional context
The text was updated successfully, but these errors were encountered: