Does not schedule healthcheck for containers where interval, timeout, or retries not specified #17817
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
stale-issue
Issue Description
Similar to #3525, the health check is not being scheduled when
interval
,timeout
, orretries
are not provided. Providing all fields works as expected. In my case I am providing thehealthcheck
field as an option when creating the container.Steps to reproduce the issue
test
is provided.Describe the results you received
The health check is not scheduled.
Describe the results you expected
The health check should run.
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
DOCKER_HOST=unix:///run/user/$(id -u)/podman/podman.sock
Additional information
No response
The text was updated successfully, but these errors were encountered: