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

Error creating new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string #2271

Closed
abh opened this issue Dec 5, 2017 · 7 comments
Labels
co/xhyve lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@abh
Copy link

abh commented Dec 5, 2017

with the latest minikube from today I get this error when trying to start a machine with the xhyve driver. (Same error with 0.23).

E1204 17:54:39.115513    2059 start.go:156] Error starting host:  Error creating new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string
 minikube  start --vm-driver=xhyve
Starting local Kubernetes v1.8.0 cluster...
Starting VM...
WARNING: The xhyve driver is now deprecated and support for it will be removed in a future release.
Please consider switching to the hyperkit driver, which is intended to replace the xhyve driver.
See https://github.com/kubernetes/minikube/blob/master/docs/drivers.md#hyperkit-driver for more information.
To disable this message, run [minikube config set WantShowDriverDeprecationNotification false]
E1204 17:56:06.400273    2133 start.go:150] Error starting host: Error creating new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string.

 Retrying.
E1204 17:56:06.401740    2133 start.go:156] Error starting host:  Error creating new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string
@dlorenc
Copy link
Contributor

dlorenc commented Dec 5, 2017

Which version of the xhyve driver are you using?

@abh
Copy link
Author

abh commented Dec 5, 2017 via email

@huguesalary
Copy link
Contributor

I believe this is because of this: #2007

@r2d4
Copy link
Contributor

r2d4 commented Dec 14, 2017

I think that this should be solved with using the latest release of the xhyve driver. Either way, using the hyperkit driver instead will fix this issue. We are deprecating support for the xhyve driver.

@r2d4 r2d4 added the co/xhyve label Dec 14, 2017
@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 Mar 14, 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 Apr 13, 2018
@fejta-bot
Copy link

Rotten issues close after 30d of inactivity.
Reopen the issue with /reopen.
Mark the issue as fresh with /remove-lifecycle rotten.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/xhyve 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

6 participants