-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Use minikube on my ubuntu vm on virtualbox #3685
Comments
What are you trying to do ? Do you have something else in this ubuntu VM, like a favorite text editor or something like that. Or why don't you install minikube on the host that is running virtualbox ? There's currently some issues with running nested virtualization, so it is better off avoided if possible. If you prefer to install the VM yourself, you could install |
When the documentation says |
Hi, I have the same issue. I have Win 10 as a host, virtual machine with Ubuntu where right now I have all needed environment for development (IDE) + check outed projects + docker, and All needed servers right now running using docker-compose. I'd like to try move my services to kubernetes, so locally I need minikube. Is it ok to use vm driver "none" in this case? or it's better to run minikube on win10 and connect to it from 2nd virtual machine? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
In a nutshell, avoid nested VM's when possible. If you can just run If you must run minikube in a VM, consider using |
Hello Everyone, I have Windows 10 host. On top of it, I am running Ubuntu 18.04 VM using Hyper-V. I have all my development set up on this Ubuntu 18.04 VM. |
@rnmulchandani The Docker driver may be of help for this situation. That runs Minikube in Docker, so it sould work OK in your VM. |
Hi
Is it possible to use minikube on ubuntu vm on virtualbox and does this mean I still need to install another virualbox for linux which means 2 virtuabox layers? When it is said: "minikube on linux" do they mean linux installed on a baremetal not a VM? I am kind of confused here.
Your guidance would be much appreciated. Thanks you
The text was updated successfully, but these errors were encountered: