Open grgalex opened 1 year ago
Using kubectl exec to run the CLI in a scheduler Pod always always prints the help message.
kubectl exec
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.
-h
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.