-
Notifications
You must be signed in to change notification settings - Fork 39.8k
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
Print conditions of RC/RS in 'kubectl describe' command #44710
Print conditions of RC/RS in 'kubectl describe' command #44710
Conversation
Hi @xiangpengzhao. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/lgtm |
@soltysh Thanks! Updated PR title as release note. |
/approve |
Actually, the position is wrong. We already display conditions below the pod template on deployments - these new additions should be consistent. Please ensure that conditions for all controllers are consistently placed. |
Removing lgtm and approve. |
@smarterclayton Thanks Clayton for pointing that out! I will be OOO for several days. I will fix it ASAP when I'm back to office. One more thing, I find that many objects in the current
node:
deployment:
We should make them display consistent fields. Either printing all of the fields of each object, or printing same fields, e.g. We might also want to display conditions for other objects, whose conditions are not displayed yet. I'll work on this after we decide which way we want to display conditions. But I hope someone can review and merge my former cleanup PR #43947 first, since it would be painful to rebase if I work on the two PRs at the same time. |
c552e61
to
b577754
Compare
Addressed Clayton's comment. My above comment #44710 (comment) needs more discussion. @smarterclayton PTAL |
Open a separate issue to discuss this topic and ping sig-cli /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton, soltysh, xiangpengzhao
Needs approval from an approver in each of these OWNERS Files:
You can indicate your approval by writing |
Automatic merge from submit-queue |
What this PR does / why we need it:
If conditions of RC/RS exist, print them in 'kubectl describe' command.
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged): fixes #Special notes for your reviewer:
Release note: