-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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 container Pending without healthcheck #3767
Comments
Changed to Feel free to create a pull request or create a feature-reuqest if you want this. |
For those that don't want to wait for podman support, this image from 3 months ago works as intended for podman: |
Podman will include the Health dict even if no health check is defined for the container (see containers/podman#20029). This makes the check in uptime-kuma stuck in Pending Fixes louislam#3767
Podman will include the Health dict even if no health check is defined for the container (see containers/podman#20029). This makes the check in uptime-kuma stuck in Pending Fixes louislam#3767
We are clearing up our old |
🛡️ Security Policy
Description
Podman API provide State.Health with empty values for containers without healthcheck, which detected as PENDING by Kuma.
Podman container with healthcheck defined:
Podman container without healthcheck defined:
👟 Reproduction steps
👀 Expected behavior
Kuma detect container as UP
😓 Actual Behavior
Kuma detect container as PENDING
🐻 Uptime-Kuma Version
Uptime Kuma Version: 1.23.1
💻 Operating System and Arch
Fedora 37 amd64
🌐 Browser
Firefox
🐋 Docker Version
podman version 4.6.2
🟩 NodeJS Version
No response
📝 Relevant log output
The text was updated successfully, but these errors were encountered: