minikube start with kvm-qemu-uri still fails due to non-existent "default" network #9190
Labels
co/kvm2-driver
KVM2 driver related issues
kind/feature
Categorizes issue or PR as related to a new feature.
Steps to reproduce the issue:
On Debian stable 10.5
NB. KVM is installed and working with virt-manager
$ minikube start --kvm-qemu-uri qemu:///session
Full output of failed command:
🔄 Restarting existing kvm2 VM for "minikube" ...
😿 Failed to start kvm2 VM. Running "minikube delete" may fix it: driver start: creating network: network default doesn't exist: virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: creating network: network default doesn't exist: virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
$ user@pc:/usr/local/bin$ minikube delete
🔥 Removing /home/user/.minikube/machines/minikube ...
💀 Removed all traces of the "minikube" cluster.
user@pc:/usr/local/bin$ minikube start --kvm-qemu-uri qemu:///session
😄 minikube v1.13.0 on Debian 10.5
✨ Automatically selected the kvm2 driver
👍 Starting control plane node minikube in cluster minikube
🔥 Creating kvm2 VM (CPUs=2, Memory=2200MB, Disk=20000MB) ...
🤦 StartHost failed, but will try again: creating host: create: Error creating machine: Error in driver during machine creation: creating network: network default doesn't exist: virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
🔄 Restarting existing kvm2 VM for "minikube" ...
😿 Failed to start kvm2 VM. Running "minikube delete" may fix it: driver start: creating network: network default doesn't exist: virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
❌ Exiting due to GUEST_PROVISION: Failed to start host: driver start: creating network: network default doesn't exist: virError(Code=43, Domain=19, Message='Network not found: no network with matching name 'default'')
😿 If the above advice does not help, please let us know:
👉 https://github.com/kubernetes/minikube/issues/new/choose
Full output of
minikube start
command used, if not already included:Optional: Full output of
minikube logs
command:❌ Exiting due to GUEST_KVM2_NO_DOMAIN: state: getting connection: looking up domain: virError(Code=42, Domain=10, Message='Domain not found: no domain with matching name 'minikube'')
💡 Suggestion: The VM that minikube is configured for no longer exists. Run 'minikube delete'
🍿 Related issue: #3636
The text was updated successfully, but these errors were encountered: