Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.
This repository was archived by the owner on May 18, 2026. It is now read-only.

Add Health status condition in the supply chain section of the workload get output #215

@atmandhol

Description

@atmandhol

Description of problem

Cartographer v0.4.2 has support for Health rules as mentioned in this RFC.

Proposed solution

Add a column Healthy to show the status of the condition Healthy in the Workload status.

All Healthy Scenario

RESOURCE          READY  HEALTHY  TIME
source-provider   True   True     3d23h
deliverable       True   True     3d23h
image-builder     True   True     3d23h
config-provider   True   True     3d23h
app-config        True   True     3d23h
config-writer     True   True     3d23h

Issues
No issues reported.

Build in progress scenario

RESOURCE          READY     HEALTHY     TIME
source-provider   True      True        3d23h
deliverable       True      True        3d23h
image-builder     Unknown   Unknown     3d23h
config-provider   False     Unknown     3d23h
app-config        False     True        3d23h
config-writer     False     Unknown     3d23h

Issues
reason:    MissingValueAtPath
message:   waiting to read value [.status.latestImage] from resource [image.kpack.io/petc-mvn-release] in namespace [default]
health:    petc-mvn-release-build-1 is executing

cc @danfein for design input.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions