-
Notifications
You must be signed in to change notification settings - Fork 40k
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
'kubectl get' output does not have columns aligned properly. #47093
Comments
@droot There are no sig labels on this issue. Please add a sig label by: |
/sig cli |
/assign @smarterclayton |
Closing in favor of #47013. |
@mengqiy: you can't close an issue unless you authored it or you are assigned to it. In response to this:
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. |
/assign |
/close |
Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT
Kubernetes version (use
kubectl version
): 1.7.alpha (pre-releases)What happened:
'kubectl get' output does not have columns aligned properly. This got introduced as part of this change PR #40848
What you expected to happen:
Output of kubectl get should have all the columns aligned as in previous releases.
How to reproduce it (as minimally and precisely as possible):
Run 'kubectl get' with multiple rows in the output on 1.7 prereleases
Anything else we need to know:
There is PR #47013 which fixes this.
The text was updated successfully, but these errors were encountered: