klaases
klaases
Hi @ps68060, are you still experiencing this issue? It seems that this may be in part why the issue is occurring, and persisting through re-installation: ``` Unfortunately, an error has...
If the error says `PROVIDER_QEMU2_NOT_FOUND` then install QEMU. ``` $ ./out/minikube start --driver=qemu 😄 minikube v1.26.0 on Darwin 12.4 (arm64) ✨ Using the qemu2 (experimental) driver based on user configuration...
Successfully starting up with QEMU on Mac M1 (ARM64): ``` $ ./out/minikube start --driver=qemu 😄 minikube v1.26.0 on Darwin 12.4 (arm64) ✨ Using the qemu2 (experimental) driver based on user...
Attempting to start a service with QEMU results in an error which we will try to solve for in this PR: ``` $ minikube service nginx-service ❌ Exiting due to...
Running the following command yielded the subsequent output: `$ clear; ./out/minikube delete --all; make clean; make; echo ""; ./out/minikube start --driver=qemu; kubectl apply -f nginx.yaml; ./out/minikube service nginx-service;` Note: the...
TODO(): Need to deploy a service with a node port. Wait, for service to up, however, it is timing out: ``` ❌ Exiting due to K8S_KUBELET_NOT_RUNNING: wait: /bin/bash -c "sudo...
Starting fresh with the following: `clear; ./out/minikube delete --all; make clean; make; echo ""; ./out/minikube start --driver=qemu` Wait for minikube to full start up, however on Mac OS M1 (ARM64)...
On Linux, found the following error! ``` ERROR: Could not access KVM kernel module: Permission denied qemu-system-x86_64: -accel kvm: failed to initialize kvm: Permission denied ``` --- ``` $ ./out/minikube...
Trying `./out/minikube start --driver=qemu` with `sudo` to pass permission issues did not work. ``` qemu2 ✭7 $ ./out/minikube delete --all 🔥 Successfully deleted all profiles 23:17:02 jklaas/minikube qemu2 ✭7 $...
@medyagh confirmed that: "we do NOT have support for KVM on linux" and "u would need to run it on Mac M1". For development purposes, I will switch back to...