You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: Ubuntu users on a release older than 18.04, or anyone experiencing [#3206: Error creating new host: dial tcp: missing address.](https://github.com/kubernetes/minikube/issues/3206) you will need to build your own driver until [#3689](https://github.com/kubernetes/minikube/issues/3689) is resolved. Building this binary will require [Go v1.11](https://golang.org/dl/) or newer to be installed.
The Hyperkit driver will eventually replace the existing xhyve driver.
@@ -92,6 +118,18 @@ To use the driver:
92
118
minikube start --vm-driver hyperkit
93
119
```
94
120
121
+
or, to use hyperkit as a default driver:
122
+
123
+
```shell
124
+
minikube config set vm-driver hyperkit
125
+
```
126
+
127
+
and run minikube as usual:
128
+
129
+
```shell
130
+
minikube start
131
+
```
132
+
95
133
#### HyperV driver
96
134
97
135
Hyper-v users may need to create a new external network switch as described [here](https://docs.docker.com/machine/drivers/hyper-v/). This step may prevent a problem in which `minikube start` hangs indefinitely, unable to ssh into the minikube virtual machine. In this add, add the `--hyperv-virtual-switch=switch-name` argument to the `minikube start` command.
0 commit comments