TheNewNormal / kube-solo-osx

Local development Kubernetes Solo Cluster for macOS made very simple
Apache License 2.0
574 stars 29 forks source link

`ksolo start` hangs on Installing Kubernetes files #171

Open mikedeltalima opened 7 years ago

mikedeltalima commented 7 years ago

Checking internet availablity on VM... Yes, internet is available ...

Installing Kubernetes files on to VM... 2017-03-28 12:48:57.366650 I | uploading 'kube.tgz' to 'k8solo-01:/home/core/kube.tgz' 82.97 MB / 82.97 MB [============================================================================================================================================================================] 100.00 % Files copied to VM... Installing now ...

Boot logs: log.txt

rimusz commented 7 years ago

yes, seen that a few times, not really easy to reproduce. just delete the data.img file and run Up from menu, in my case it works the second time.

mikedeltalima commented 7 years ago

I think this is due to a corrupt data.img. Running qemu-img check ~/kube-solo/data.img -r all and then corectl panic k8solo-01 (if necessary) and then ksolo start fixed the issue for me.