-
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
xhyve: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string #4291
Comments
I get this also; it seemed to happen after an upgrade to docker-machine-driver-xhyve to 0.4.0 |
Workaround:
|
I have VBox 6 on MacOS 10.14.5 |
anyone knows how to solve this problem? |
see issue213 |
Do not forget: |
Closing as there is no longer support for xhyve. |
this one works for me also in catalina. thanks buddy :* |
The exact command to reproduce the issue:
minikube start --vm-driver=xhyve
The full output of the command that failed:
minikube start --vm-driver=xhyve
⚠️ The xhyve driver is deprecated and support for it will be removed in a future release.
😄 minikube v1.0.1 on darwin (amd64)
🤹 Downloading Kubernetes v1.14.1 images in the background ...
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]
🔥 Creating xhyve VM (CPUs=2, Memory=2048MB, Disk=20000MB) ...
💣 Unable to start VM: new host: json: cannot unmarshal bool into Go struct field Driver.Virtio9p of type []string
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
The output of the
minikube logs
command:minikube logs
💣 api load: filestore: Docker machine "minikube" does not exist. Use "docker-machine ls" to list machines. Use "docker-machine create" to add a new one.
😿 Sorry that minikube crashed. If this was unexpected, we would love to hear from you:
👉 https://github.com/kubernetes/minikube/issues/new
The operating system version:
Mac OS mojave 10.14.3
The text was updated successfully, but these errors were encountered: