grgalex / nvshare

Practical GPU Sharing Without Memory Size Constraints
Apache License 2.0
210 stars 23 forks source link

[cli-k8s-exec-help-always] Using `kubectl exec` to run the CLI in a scheduler Pod always prints help message #3

Open grgalex opened 1 year ago

grgalex commented 1 year ago

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.