Closed InessTaefAkamai closed 1 month ago
Hi @InessTaefAkamai, I'm not quite sure how your minikube is trying to use qemu-system-x86_64
since that's only set on amd64.
case "amd64":
return "qemu-system-x86_64", nil
Could you try deleting the cluster with minikube delete
and then try starting the cluster again and see if that resolves your isssue.
The Kubernetes project currently lacks enough contributors to adequately respond to all issues.
This bot triages un-triaged issues according to the following rules:
lifecycle/stale
is appliedlifecycle/stale
was applied, lifecycle/rotten
is appliedlifecycle/rotten
was applied, the issue is closedYou can:
/remove-lifecycle stale
/close
Please send feedback to sig-contributor-experience at kubernetes/community.
/lifecycle stale
Hi @InessTaefAkamai, we haven't heard back from you, do you still have this issue? There isn't enough information in this issue to make it actionable, and a long enough duration has passed, so this issue is likely difficult to replicate.
I will close this issue for now but feel free to reopen when you feel ready to provide more information.
What Happened?
minikube start
๐ minikube v1.33.1 on Darwin 14.4.1 (arm64) โจ Using the qemu2 driver based on existing profile ๐ฟ Downloading VM boot image ...
๐คฆ StartHost failed, but will try again: driver start: qemu-system-x86_64: -accel hvf: Unknown Error: exit status 1 ๐ Restarting existing qemu2 VM for "minikube" ... OUTPUT: ERROR: qemu-system-x86_64: -accel hvf: Unknown Error
๐ฟ Failed to start qemu2 VM. Running "minikube delete" may fix it: driver start: qemu-system-x86_64: -accel hvf: Unknown Error: exit status 1
โ Exiting due to GUEST_PROVISION: error provisioning guest: Failed to start host: driver start: qemu-system-x86_64: -accel hvf: Unknown Error: exit status 1
โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ โ โ โ ๐ฟ If the above advice does not help, please let us know: โ โ ๐ https://github.com/kubernetes/minikube/issues/new/choose โ โ โ โ Please run
minikube logs --file=logs.txt
and attach logs.txt to the GitHub issue. โ โ โ โฐโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฏAttach the log file
logs.txt
Operating System
macOS (Default)
Driver
None