8000 [feature request] convert HTTP liveness/readiness checks to score compose healthchecks · Issue #86 · score-spec/score-compose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
[feature request] convert HTTP liveness/readiness checks to score compose healthchecks #86
Closed
@astromechza

Description

@astromechza

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0