Description of problem
A workload stamps out several objects, any of which can be in an unhealthy state. When this is the case, the workload will:
- In the status.resources list, indicate the
healthy condition of that object as being in a bad state.
- Mirror the message of that resource healthy condition at the top level
.status.conditions healthy condition.
A user reporting on workload errors may reasonably copy out just the top level healthy condition, which does not state which stamped object is unhealthy.
Proposed solution
Given a workload which stamps multiple objects
When one of the objects is unhealthy
Then the top level workload healthy condition indicates which resource is unhealthy
Description of problem
A workload stamps out several objects, any of which can be in an unhealthy state. When this is the case, the workload will:
healthycondition of that object as being in a bad state..status.conditionshealthy condition.A user reporting on workload errors may reasonably copy out just the top level healthy condition, which does not state which stamped object is unhealthy.
Proposed solution