Using `kubectl exec` to run the CLI in a scheduler Pod always always prints the help message. Find out why and fix it. We should only print the help message when passed the `-h` argument or when we've done no actions after parsing the command line.
Using
kubectl execto run the CLI in a scheduler Pod always always prints the help message.Find out why and fix it.
We should only print the help message when passed the
-hargument or when we've done no actions after parsing the command line.