Replies: 1 comment
-
Now it simply ignores these: ❯ nerdctl compose -f kong-compose.yml up --remove-orphans
WARN[0000] Ignoring: service kong-database: [HealthCheck]
WARN[0000] Ignoring: service kong: depends_on: kong-database: [Required]
WARN[0000] Ignoring: service kong: depends_on: kong-database: condition service_healthy Also check this issue: #2386 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just wanted to know whether there is already a plan for adding healthcheck support to nerdctl.
I was trying to use
healthcheck
in a compose file and deploy it usingnerdctl compose
, but I gotWARN[0000]
for health check. I had gone through the CLI reference sheet and it seems like the implementation is not done yet for this.Beta Was this translation helpful? Give feedback.
All reactions