klaases
klaases
Found that https://github.com/kubernetes/minikube/issues/14412 expressed a similar error with regards to `The kubelet is not running` as shown above.
With the latest version of minikube development, I am unable to run Qemu on Mac M1. `clear; ./out/minikube delete --all; make clean; make; echo ""; ./out/minikube start --driver=qemu` Full Output...
Rolling back `qemu` to see if I can get minikube running with Mac M1. ``` $ brew uninstall qemu Uninstalling /opt/homebrew/Cellar/qemu/7.0.0_1... (162 files, 610.9MB) ``` Searching for previous releases: https://download.qemu.org/...
Update: I was able to get this working on an external machine, however would like to get it working on my local machine for development purposes.
Re-trying on local machine, Mac M1. Update 1 - running `./out/minikube ssh` followed by `systemctl status kubelet` returned a `Error getting node` error. Full Output for 'systemctl status kubelet' ```...
There may be some hanging references to qemu, post uninstall. - I am thinking now that error has something to do with Qemu installation. - Tried finding `pgrep qemu` and...
After restart am still getting above error and timeout. Not sure why: `❗ This VM is having trouble accessing https://k8s.gcr.io` ???
> After restart am still getting above error and timeout. > `❗ This VM is having trouble accessing https://k8s.gcr.io` When running curl, I see the following: `$ curl "https://k8s.gcr.io"` ```...
Here is a the lastStart.txt file for reference: [lastStart.txt](https://github.com/kubernetes/minikube/files/9236939/lastStart.txt)
Per @medyagh's suggestion, I tried disabling acceleration with the following: pkg/drivers/qemu/qemu.go L384 `// startCmd = append(startCmd, "-accel", "hvf")` However, it did not work: ``` 😄 minikube v1.26.0 on Darwin 12.5...