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 further minikube config from the yaml #156

Open
rk295 opened this issue Sep 13, 2018 · 0 comments
Open

Support further minikube config from the yaml #156

rk295 opened this issue Sep 13, 2018 · 0 comments

Comments

@rk295
Copy link

rk295 commented Sep 13, 2018

It would be good to pull more minikube config from the yaml file, under provision a new object could be optionally included. For example:

provision:
    cloud: minikube
    domain: minikube.local
    kubernetesVersion: v1.10.0
    minikube:
      memory: 6144
      extra-config:
        apiserver.admission-control: NamespaceLifecycle
        apiserver.authorization-mode: AlwaysAllow

This would allow the user to override the default memory allocation and also the parameters minikue supports in via the --extra-config option. The full list of options minikube supports is here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant