-
Notifications
You must be signed in to change notification settings - Fork 23
installation: remove vmdriver installation step #230
Comments
A related "someday" thought: we could even delete $ minikube config set vm-driver kvm2 so that one could use This would work well for people using only one driver, however for developers using more drivers from time to time on the same box, e.g. to check installation for several drivers, retaining P.S. This could be true for the other parameters such as CPU, disk size, etc. We could use |
I think this issue is not relevant anymore since we commit to the VirtualBox driver for an end to end REANA deployment, with all its features. Of course, if someone has let say, high resource consumption problems, they can use a different driver by themselves or we can give advice on how to do it (it should be really easy since kvm2 and hyperkit are installed by the minikube CLI if they are not present so if people want to change they just need to change So if you all agree @mvidalgarcia @roksys @tiborsimko I can close it. |
So correcting my message. This is not relevant for the current release ( |
In the latest REANA versions (from v0.7.0 onwards) Kind is used instead of Minikube so there is no need to worry about VMs (closed by reanahub/reana#353). |
Currently, we include the Minikube
vmdriver
installation step in our docs (kvm2
,docker-mahcine-driver-hyperkit
). From Minikube 1.4.0 this installation is handled by Minikube itself.Actions:
docker-mahcine-driver-hyperkit
is installed by default if not foundkvm2
is installed by default if not foundThe text was updated successfully, but these errors were encountered: