Skip to content
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

minikube "snap" doesn't start with kvm driver #2424

Closed
x80486 opened this issue Jan 13, 2018 · 3 comments
Closed

minikube "snap" doesn't start with kvm driver #2424

x80486 opened this issue Jan 13, 2018 · 3 comments
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@x80486
Copy link

x80486 commented Jan 13, 2018

Is this a BUG REPORT or FEATURE REQUEST? (choose one):
BUG REPORT

Please provide the following details:

Environment:

  • Minikube version: minikube version: v0.8.0
  • OS: Linux uplink 4.13.0-26-generic #29~16.04.2-Ubuntu SMP Tue Jan 9 22:00:44 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  • ISO version: minikube-0.6.iso

What happened:
When starting minikube with: minikube start --vm-driver=kvm it fails with:

$ minikube start --vm-driver="kvm"
Starting local Kubernetes cluster...
E0112 19:12:05.108386   23146 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0112 19:12:05.137998   23146 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0112 19:12:05.169722   23146 start.go:83] Error starting host: Error creating new host: dial tcp: missing address. Retrying.
E0112 19:12:05.169781   23146 start.go:89] Error starting host:  Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address
Error creating new host: dial tcp: missing address

What you expected to happen:
minikube to start successfully.

Anything else do we need to know:
As you can see, I don't have the VM Driver since minikube doesn't start — I'm assuming it creates the config.json once it does.

$ tree /home/gorre/snap/minikube/4/.minikube/
/home/gorre/snap/minikube/4/.minikube/
├── cache
│   ├── iso
│   │   └── minikube-0.6.iso
│   └── localkube
├── certs
├── config
├── last_update_check
└── machines

6 directories, 2 files
$ snap list
Name                        Version               Rev   Developer       Notes
core                        16-2.30               3748  canonical       core
kubectl                     1.9.1                 286   canonical       classic
minikube                    0.8.0                 4     cmars           -
@r2d4
Copy link
Contributor

r2d4 commented Jan 23, 2018

I'm not entirely sure of the compatibility matrix, but you'll need a recent version of minikube to use the recent kvm drivers. We can't guarantee support for versions as old as 0.8.0.

@r2d4 r2d4 added the kind/bug Categorizes issue or PR as related to a bug. label Mar 5, 2018
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jun 3, 2018
@fejta-bot
Copy link

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle rotten
/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Jul 3, 2018
@x80486 x80486 closed this as completed Jul 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
None yet
Development

No branches or pull requests

4 participants