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:** the ingress addon is currently not supported on docker for Mac (see https://github.com/kubernetes/minikube/issues/7332).
76
+
As a workaround, you have to deploy minikube as a VM and not as a container (using Virtualbox or Hyperkit for example)
77
+
78
+
```sh
79
+
$ minikube start --vm=true --vm-driver=virtualbox
80
+
[...]
81
+
✨ Using the virtualbox driver based on user configuration
82
+
🔥 Creating virtualbox VM ...
83
+
```
84
+
85
+
If you did launch minikube already, the `--vm` flag may be ignored as minikube caches the previous config. If so you may want to delete and relaunch minikube (warning: it will delete your whole minikube setup)
0 commit comments