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
{{ message }}
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
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]
Since minikube defaults to VirtualBox as default, we could change REANA so that it defaults to using VirtualBox too.
P.S. See also #230 although that can came later.
The text was updated successfully, but these errors were encountered: