You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
PR 48d47b1 broke
kubectl help
command due to wrong checkhelp for help cmd
.Currently, it displays
help for help cmd
for every command if you do not specify additional arguments(for examplekubectl help rolling-update
will not work, butkubectl help rolling-update some-redundant-flag
will).The text was updated successfully, but these errors were encountered: