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
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, egcmd/minikube/cmd/config/configure.go, but we can adopt other stratgies here).
Also to consider:
Whether to have a single options file for all addons
[Preferred] addon specific options file - that MUST be passed to override default behavior always prompting.
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:
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: