Add --dry-run flag to surface configuration warnings #5181
Labels
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-longterm
Important over the long term, but may not be staffed and/or may need multiple releases to complete.
ux/embedded
Embedded UX blockers
For embedding within an API, it would be handy to have a dry run mode to surface issues a user may have with the current configuration. For example:
minikube start --dry-run
Basically, anything that would normally cause
minikube start
to exit due to an invalid configuration should do so and output why - and do so quickly.The text was updated successfully, but these errors were encountered: