Skip to content
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

[feature request] convert liveness/readiness checks to score compose healthchecks #86

Open
astromechza opened this issue Mar 17, 2024 · 0 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@astromechza
Copy link
Member

NOTE: this issue exists for tracking only, currently the score spec http probes are not compatible with compose healthchecks and we may need a schema change to gain some partial support.

Currently, http probes in the score spec are ignored and not included in the output compose project.

This can make it difficult when 2 workloads exists and one has a startup dependency on the other.

We cannot naively convert from an http probe to a cmd-exec probe since many containers do not have curl or wget or another reliable network client.

A workaround may be to generate a sidecar container which has curl and can host the healthcheck on behalf of the target container, this is a bit messy but can be considered if this is an issue.

@astromechza astromechza added enhancement New feature or request wontfix This will not be worked on labels Mar 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant