-
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
Start deprecating long/golang version information #108987
Start deprecating long/golang version information #108987
Conversation
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.
It will be great to have the simpler default output! The Go struct format definitely puzzled me back when I was a new user. Pulled this down and confirmed that the output appears as expected, when expected and is printed on stderr.
/lgtm
/approve
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KnVerey, soltysh The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Unknown CLA label state. Rechecking for CLA labels. Send feedback to sig-contributor-experience at kubernetes/community. /check-cla |
1f6c178
to
43c09f6
Compare
New changes are detected. LGTM label has been removed. |
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
/lgtm |
The bot doesn't like my PR for some reason, manually tagging. |
What type of PR is this?
/kind cleanup
/kind deprecation
/sig cli
What this PR does / why we need it:
This PR starts the deprecation of the long/golang-based version information in
kubectl version
. Eventually we'll switch to the output fromkubectl version --short
. For machine-parsing output users should use json or yaml output.Special notes for your reviewer:
/assign @KnVerey
Does this PR introduce a user-facing change?