Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support config file for minikube options #371

Closed
jimmidyson opened this issue Jul 21, 2016 · 7 comments
Closed

Support config file for minikube options #371

jimmidyson opened this issue Jul 21, 2016 · 7 comments
Assignees
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jimmidyson
Copy link
Member

Add a minikube config subcommand that allows user to specify minikube config & reused across start/stop/delete.

@dlorenc
Copy link
Contributor

dlorenc commented Jul 21, 2016

This'll be a good starter project for @r2d4.

@r2d4
Copy link
Contributor

r2d4 commented Jul 29, 2016

@jimmidyson how might you imagine this working? Do you think it should be analogous to docker-machine like suggested in #370 or something simpler such as passing in a --config-path or env variable?

@dlorenc dlorenc added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 11, 2016
@r2d4
Copy link
Contributor

r2d4 commented Sep 8, 2016

We merged the minikube config get/set/unset PR a few days ago (ref #545). Not sure if this exactly addressed this issue but feel free to reopen if you had something else in mind.

Additionally, I'm planning to document all the current configuration options (config file, env vars, flags) for 0.10.0.

@r2d4 r2d4 closed this as completed Sep 8, 2016
@eljefedelrodeodeljefe
Copy link

@r2d4 I think this rather referred to writing a yaml file to the filesystem. If this is already possible, the docs are not indicating it , as far as I can see.

@r2d4
Copy link
Contributor

r2d4 commented Apr 4, 2017

@eljefedelrodeodeljefe the minikube config command writes configuration to ~/.minikube/config/config.json. You can edit this file directly if you want.

@eljefedelrodeodeljefe
Copy link

is it possible to write and load it in your current working directory? Otherwise I'd kindly suggest it as feature, since one could version control it. Say in demo applications or tools on top of minikube.

@ermik
Copy link

ermik commented Apr 13, 2018

@r2d4 where is the full list of config options? I'm having helluva lot of trouble trying to get RBAC and Istio up and running...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

5 participants