-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kvm2: minikube network does not exist #3636
Comments
Hey @aranmohyeddin - Do you mind sharing the output of: It should show us exactly which step it's blocked on, but probably something related to networking. Also, what release of libvirt are you using? |
and
and also:
|
Hello, i have the same issue. After 120 second i get this error
OS: Ubuntu 18.10
|
minikube v0.34.1 includes an updated DHCP configuration. @aranmohyeddin - do you mind testing against this release to see how the error messages are different? Please allow minikube the 5 minutes to time out, and paste the entire output of |
I did have the same issue. |
Can someone confirm whether or not minikube v1.1 with the latest kvm2 driver addresses this bug? I suspect it might. To upgrade the kvm2 driver:
|
@tstromberg BTW, I did get minikube working on fedora silverblue |
Marking closed, because minikube v1.4 will teardown and recreate failed kvm2 domains. If you do see it in v1.4, please say |
/reopen
|
@FancyBanana: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@aranmohyeddin: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
CC @josedonizetti |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/reopen |
@ge79so: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT
Please provide the following details:
Environment:
Minikube version (use
minikube version
): v0.33.1cat ~/.minikube/machines/minikube/config.json | grep DriverName
): "DriverName": "kvm2",cat ~/.minikube/machines/minikube/config.json | grep -i ISO
orminikube ssh cat /etc/VERSION
): "Boot2DockerURL": "file:///home/aran/.minikube/cache/iso/minikube-v0.33.1.iso","ISO": "/home/aran/.minikube/machines/minikube/boot2docker.iso"
The above can be generated in one go with the following commands (can be copied and pasted directly into your terminal):
What happened:
minikube network does not exist
What you expected to happen:
minikube network exists.
How to reproduce it (as minimally and precisely as possible):
Output of
minikube logs
(if applicable):Anything else do we need to know:
**Update: **
I removed .minikube and restarted libvirtd and ran the command again and now I get:
virError(Code=9, Domain=20, Message='operation failed: domain 'minikube' already exists with uuid f718bd7b-3f63-4151-a89d-02cca2a39c9b')
**Update: **
I did
minikube delete
and then:
and it's stuck there.
here is the last msgs in my journal:
The text was updated successfully, but these errors were encountered: