-
Notifications
You must be signed in to change notification settings - Fork 128
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
podman with healthcheck fills journal with error #454
Comments
Any known workarounds for this other than just disabling the health checks? |
This is still a problem on Fedora 39 |
I have a couple of health checks and memory usage for journald is way beyond normal due to this. Until this bug gets fixed, I might have to disable my health checks, which is kind of sad :( |
@mufeedali I am experiencing this issue too. How have you been disabling the health checks? |
@benblasco by simply removing them from my podman-compose files |
@benblasco If you are dealing with images like the gitlab image which provides health checks by default. You can use this option to disable it |
I've been noticing this problem on my OpenSUSE Leap 15.5 box. Containers are run through quadlet with podman 4.7.1. |
I am also facing this problem with Ubuntu 22.04 LTS 64-bit. raspberrypi@raspberrypi:~$ podman -v |
Thanks for sharing this info. I will have to figure out how to do this with quadlet! |
Going through the documentation it appears as though the |
I don't think healthcmds effect Pods, they are a container concept. Pod's only have an infra container, which does not use healthcmds. Individual containers within the pod can have healthcmds. |
I ended up adding the following to my
See |
I'm having the same issue on debian unstable. Hoping for a fix soon! |
problem
My containers are healthy but my journal gets filled with error messages. The error seems to be related with healthchecks.
workaround
For now I disabled all healthchecks and the error disappeared.
logs
example line from my journal:
additional info
I'm using podman-compose to deploy my containers.
The text was updated successfully, but these errors were encountered: