Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

make: minikube driver defaulting to virtualbox #231

Closed
tiborsimko opened this issue Oct 4, 2019 · 0 comments · Fixed by reanahub/reana#210
Closed

make: minikube driver defaulting to virtualbox #231

tiborsimko opened this issue Oct 4, 2019 · 0 comments · Fixed by reanahub/reana#210

Comments

@tiborsimko
Copy link
Member

Since minikube defaults to VirtualBox as default, we could change REANA so that it defaults to using VirtualBox too.

$ minikube start --help | grep -i vm-driver | tail -1
      --vm-driver='': Driver is one of: [virtualbox parallels vmwarefusion kvm2 vmware none] (defaults to virtualbox)
$ make | grep kvm2
  MINIKUBE_DRIVER     Which vm driver to use for Minikube? [default=kvm2]

P.S. See also #230 although that can came later.

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

Successfully merging a pull request may close this issue.

2 participants