-
Notifications
You must be signed in to change notification settings - Fork 204
Open
Description
1. Run configuration type:
- Consider showing some minor properties only if
--verboseis set, e.g.project,user - Consider not showing configuration properties if they're not set (and there is no default value), e.g.
max_price,retry,max_duration,inactivity_duration, etc. - Consider including all major configuration properties if they are set, e.g.
nodes,fleets,regions, etc. - Consider using space more efficiently, e.g. via multi-column layout?
- For
resources, currently the default resources are shown ascpu=2.. mem=8GB.. disk=100GB..- it doesn't mention the important default forgpu. The correct plan should becpu=2.. mem=8GB.. disk=100GB.. gpu: 1.. - (Optional) Consider using exact property names, e.g.
inactivity_durationinstead ofInactivity duration
2. Other configuration types:
Potentially, this also applies to other types of configurations but that can be done via another issue.