I'm trying to start Minikube on my Windows machine and it looks hanging. I downloaded kubectl
and minikube
as Install kubectl and Install minikube articles says.
And when I run minikube start
it shows this
PS C:\Users\1\.kube> minikube start
* minikube v1.7.2 on Microsoft Windows 10 Pro 10.0.16299 Build 16299
* Using the virtualbox driver based on existing profile
* Reconfiguring existing host ...
* Starting existing virtualbox VM for "minikube" ...
* Preparing Kubernetes v1.17.2 on Docker 19.03.5 ...
* Downloading kubeadm v1.17.2
* Downloading kubelet v1.17.2
* Downloading kubectl v1.17.2
And there is nothing happend after Downloading kubectl v1.17.2
appeared for 10 minutes. Are kubectl still downloadiing and it so huge? And why it is downloading if kubectl was just installed?
I'm using Windows 10 Pro with Virtual Box 6.1 installed.