-
Notifications
You must be signed in to change notification settings - Fork 40.9k
Enhance help text for the 'top' command #132567
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
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The 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-sigs/prow repository. |
/sig instrumentation |
Overall lgtm, couple of nits as since posting the issue we had made multiple improvements to metrics-server documentation. |
8bb9573
to
cc64cb1
Compare
* Detailing the metrics source * Connecting to HPA * Defining its scope
cc64cb1
to
e54e01e
Compare
Thanks @serathius for the review! PTAL |
Looks great, thank you! |
LGTM label has been added. Git tree hash: 687d38e2015758c74470fa02f517954664d38d0e
|
We occasionally get issues about the misunderstanding of |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ardaguclu, janetkuo 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 |
SIG instrumentation has reviewed and lgtm'd, so this should be good to go |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
The
kubectl top
command's help text was factually correct but lacked the necessary context for users to use it effectively.Which issue(s) this PR is related to:
kubernetes/kubectl#830
Does this PR introduce a user-facing change?
@serathius