-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
Issue with k8s.io/docs/tasks/tools/install-minikube/ #15686
Comments
/sig windows |
/triage support |
/assign @RA489 |
@dkumbhar IIUC are trying to install minikube with hyperv as vm-driver without virtualbox right? |
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. |
Stale issues rot after 30d 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. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This is a Bug Report
Unable to start minikube on Windows 10
Problem:
minikube start * minikube v1.2.0 on windows (amd64)
E0805 21:45:37.280907 22032 start.go:559] StartHost: create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
X Unable to start VM
Error: [VBOX_NOT_FOUND] create: precreate: VBoxManage not found. Make sure VirtualBox is installed and VBoxManage is in the path
Advice: Install VirtualBox, ensure that VBoxManage is executable and in path, or select an alternative value for --vm-driver
Documentation: https://www.virtualbox.org/wiki/Downloads
Related issues:
If the above advice does not help, please let us know:
PS C:\Program Files\Git\mingw64\bin> minikube start --vm-driver=VirtualBox * minikube v1.2.0 on windows (amd64)
Creating VirtualBox VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
unsupported driver: VirtualBox
Proposed Solution:
Go to "Hyper-V Manager" in Windows. (Search from TaskBar)
Once in Hyper-V Manager go to "Virtual Switch Manager" on right panel
Select "New Virtual Network switch"
Select "External" for Network Type
Select Create Virtual Switch (name the switch "Primary Virtual Switch")
Click Apply the OK
After that open Powershell as admin (I got error with cmd) and run command:
minikube start --vm-driver hyperv --hyperv-virtual-switch "Primary Virtual Switch"
After that you just run: minikube start
To check that all is in order run:
minikube status
minikube ip
Main Reference: https://medium.com/@JockDaRock/minikube-on-windows-10-with-hyper-v-6ef0f4dc158c
Page to Update:
https://kubernetes.io/docs/tasks/tools/install-minikube/
v1.2.0
Update the Document to help windows 10 users install minikube correctly
The text was updated successfully, but these errors were encountered: