Feature Request: Provide an option for passing a config file for addon configure command. #20124
Labels
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
What Happened?
Currently when configuring addons with the command:
eg:
The user is prompted to input the values one by one, eg:
and so on.
Some times it easier to provide a config file containing so that the values can be read from this.
The request is for a "-c" local flag to the addon configure command, eg:
An example of this file is:
The parsing of this config will be specific to the kind of addon. (Here we have chosen a naming style consistent with the style within the code itself, eg
cmd/minikube/cmd/config/configure.go
, but we can adopt other stratgies here).Also to consider:
Attach the log file
This is not an issue but a feature request.
Operating System
macOS (Default)
Driver
Docker
The text was updated successfully, but these errors were encountered: