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
> go run cmd/gubernator/main.go --help
INFO[0000] Gubernator dev-build (amd64/darwin)
ERRO[0000] while parsing flags: flag: help requested category=gubernator
exit status 1
In fact, I've only discovered --debug by looking at the source code.
Perhaps not having help is the whole point, that it works out of the box and the defaults are what everyone should use...
In that case, options and config file content (?) really needs to be prominently documented.
For context, I need to disable workers, or limit workers to 1, because I'm planning to scale the cluster using k8s primitives, i.e. spin up more pods. Today I can't figure out how to do that, except by reading the source code.
The text was updated successfully, but these errors were encountered:
I'll add --help as an option in v3. Since the workers are going away in v3, It probably won't be useful to document them... unless people plan on staying on v2 for a while. Thoughts?
In fact, I've only discovered
--debug
by looking at the source code.Perhaps not having help is the whole point, that it works out of the box and the defaults are what everyone should use...
In that case, options and config file content (?) really needs to be prominently documented.
For context, I need to disable workers, or limit workers to 1, because I'm planning to scale the cluster using k8s primitives, i.e. spin up more pods. Today I can't figure out how to do that, except by reading the source code.
The text was updated successfully, but these errors were encountered: