-
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
update kubectl help output for better organization #25524
Conversation
Please refer #21585 for more detail. Add the initial implementation, @bgrant0607 @smarterclayton @janetkuo ptal. |
Thanks @adohe! |
@@ -105,7 +107,11 @@ docs/user-guide/kubectl/kubectl_rollout_resume.md | |||
docs/user-guide/kubectl/kubectl_rollout_undo.md | |||
docs/user-guide/kubectl/kubectl_run.md | |||
docs/user-guide/kubectl/kubectl_scale.md | |||
<<<<<<< HEAD |
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.
unresolved merge conflict
Needs a rebase. |
@janetkuo will do it today. |
Looks mostly ok to me |
cmds.AddCommand(NewCmdConvert(f, out)) | ||
groups := templates.CommandGroups{ | ||
{ | ||
Message: "Basic Commads:", |
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.
typo: Commands
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.
run
and expose
should be basics
@adohe can you put the help output in the PR description (and update it when updating this PR)? |
NewCmdRollingUpdate(f, out), | ||
NewCmdScale(f, out), | ||
NewCmdAutoscale(f, out), | ||
rollout.NewCmdRollout(f, out), |
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.
More rollout
to before rolling-update
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.
typo: Move
9c83195
to
2d71cb2
Compare
@janetkuo ptal. And the help output is:
|
@adohe thanks! Looks pretty nice.
|
I don't think of config as managing clusters - it's possible the name of |
since |
9c343b8
to
9ab896b
Compare
@adohe looks like there are a few problems with linebreak balancing (some missing, some places with two in a row), left from the changes required to move the Usage section to the bottom. Give me a few minutes to fix it then I'll PR it to your repo so you can add it here. |
I think cluster management is the right place for top. On Fri, Aug 19, 2016 at 2:01 PM, Fabiano Franz notifications@github.com
|
+1 for putting top under cluster management |
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
c92d139
to
b411fe2
Compare
LGTM after the changes in adohe-zz#1 were included. @smarterclayton @janetkuo mind looking and tagging? |
@fabianofranz really thanks for your help :) |
@k8s-bot test this issue: #IGNORE |
@janetkuo ptal. |
@k8s-bot test this issue: #IGNORE |
1 similar comment
@k8s-bot test this issue: #IGNORE |
GCE e2e build/test passed for commit b411fe2. |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
GCE e2e build/test passed for commit b411fe2. |
Automatic merge from submit-queue |
Pull Request Guidelines
This change is