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

When unhealthy, the top level healthy condition should report which resource is unhealthy #1244

Open
vmware-cartographer opened this issue Apr 26, 2023 · 1 comment

Comments

@vmware-cartographer
Copy link
Contributor

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:

  1. In the status.resources list, indicate the healthy condition of that object as being in a bad state.
  2. 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
@github-actions
Copy link

Hello @vmware-cartographer! Welcome to the Cartographer community and thank you for opening your first issue, we appreciate your contributions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant