-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Update cilium status command module health output #28800
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
Conversation
1b859b5
to
b9bf489
Compare
83a666e
to
9a0cf30
Compare
@derailed Could you update the release note in the PR description? |
/test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I'd left some questions inline.
db7b63f
to
5351c2a
Compare
5351c2a
to
50398ae
Compare
d599446
to
e1b7309
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Output looks great! - thanks working around the last set of changes to the reporter.
Just a few comments
e1b7309
to
1a9868f
Compare
/test |
1a9868f
to
1ce974e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgmt
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! 🚀
A couple of non-blocking nits left inline.
To date, we render modules health information as tabular data. As modules health instrumentation grows this rendering makes it hard for users to grok the output. This PR proposes changing the rendering of modular health using a tree like structure to give users a better line of sight to gain a better understanding of the agent modules state. Signed-off-by: Fernand Galiana <fernand.galiana@isovalent.com>
1ce974e
to
411cc3f
Compare
/test |
Please ensure your pull request adheres to the following guidelines:
description and a
Fixes: #XXX
line if the commit addresses a particularGitHub issue.
Fixes: <commit-id>
tag, thenplease add the commit author[s] as reviewer[s] to this issue.
To date, we render modules health information as tabular data. As modules health instrumentation grows this rendering makes it hard for users to grok the output. This PR proposes changing the rendering of modular health using a tree like structure to give users a better line of sight to gain an understanding of the agent modules health state.
Fixes: #issue-number
Signed-off-by: Fernand Galiana fernand.galiana@gmail.com