Skip to content
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 help doesn't work #29736

Closed
andreykurilin opened this issue Jul 28, 2016 · 1 comment
Closed

kubectl help doesn't work #29736

andreykurilin opened this issue Jul 28, 2016 · 1 comment
Assignees

Comments

@andreykurilin
Copy link
Contributor

PR 48d47b1 broke kubectl help command due to wrong check help for help cmd .
Currently, it displays help for help cmd for every command if you do not specify additional arguments(for example kubectl help rolling-update will not work, but kubectl help rolling-update some-redundant-flag will).

andreykurilin added a commit to andreykurilin/kubernetes that referenced this issue Jul 28, 2016
PR 48d47b1 broke `kubectl help` command due
to wrong check `help for help cmd` .

Fixed issue kubernetes#29736
@andreykurilin
Copy link
Contributor Author

@eparis @janetkuo please looks at this small fix

k8s-github-robot pushed a commit that referenced this issue Jul 29, 2016
Automatic merge from submit-queue

Fix kubectl help command

PR 48d47b1 broke `kubectl help` command due
to wrong check `help for help cmd` .

Fixes #29736
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant