-
Hi, I am running clair with podman run but in the logs following message occurs.
So how to set up the health check correctly? many thanks in advance! I thought it would be enough to set introspection_addr: in the config.yml Here my clair config.yml
It is not obvious in the documentation how to call the health endpoint as well. I couldn't find any information.
return ok If I use clairctl, it fails
my clairctl.yml is
At the end here my podman run command.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yeah, it's a (perhaps cryptic) warning that the health check doesn't have any logic besides "is the process running?". |
Beta Was this translation helpful? Give feedback.
Yeah, it's a (perhaps cryptic) warning that the health check doesn't have any logic besides "is the process running?".