Last active
August 9, 2016 18:07
-
-
Save aaron-prindle/4454d0941cfb095f23408c6f3035990f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Enabled hyper-v in Windows Features | |
-Created a vswitch using hyper-v | |
-Run shell with Admin privileges | |
===================================== | |
PS C:\Users\aprindle\Downloads> .\minikube.exe start --vm-driver="hyperv" --show-libmachine-logs | |
Starting local Kubernetes cluster... | |
Running pre-create checks... | |
Creating machine... | |
(minikubeVM) Downloading C:\Users\aprindle\.minikube\cache\boot2docker.iso from file://C:/Users/aprindle/.minikube/cache/iso/minikube- | |
0.5.iso... | |
(minikubeVM) Creating SSH key... | |
(minikubeVM) Creating VM... | |
(minikubeVM) Using switch "New Virtual Switch" | |
(minikubeVM) Creating VHD | |
(minikubeVM) Starting VM... | |
(minikubeVM) Waiting for host to start... | |
Waiting for machine to be running, this may take a few minutes... | |
Detecting operating system of created instance... | |
Waiting for SSH to be available... | |
Detecting the provisioner... | |
E0809 10:45:09.220683 2020 start.go:81] Error starting host: Error creating. Error creating machine: Error detecting OS: OS type no | |
t recognized. Retrying. | |
Waiting for SSH to be available... | |
Detecting the provisioner... | |
E0809 10:51:13.087178 2020 start.go:81] Error starting host: Error configuring auth on host: OS type not recognized. Retrying. | |
Waiting for SSH to be available... | |
Detecting the provisioner... | |
E0809 10:57:16.937919 2020 start.go:81] Error starting host: Error configuring auth on host: OS type not recognized. Retrying. | |
E0809 10:57:16.937919 2020 start.go:87] Error starting host: Error creating. Error creating machine: Error detecting OS: OS type n | |
ot recognized | |
Error configuring auth on host: OS type not recognized | |
Error configuring auth on host: OS type not recognized |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment