mirror of https://github.com/istio/istio.io.git
871 B
871 B
| title | description | weight | keywords | |||
|---|---|---|---|---|---|---|
| Minikube | Instructions to setup Minikube for use with Istio. | 15 |
|
Follow these instructions to prepare Minikube for Istio.
-
To run Istio locally, install the latest version of Minikube, version 0.28.0 or later.
-
Select a VM driver and substitute
your_vm_driver_choicebelow with the installed virtual machine (VM) driver.On Kubernetes 1.9:
{{< text bash >}} $ minikube start --memory=4096 --kubernetes-version=v1.9.4 --vm-driver=
your_vm_driver_choice{{< /text >}}On Kubernetes 1.10:
{{< text bash >}} $ minikube start --memory=4096 --kubernetes-version=v1.10.0 --vm-driver=
your_vm_driver_choice{{< /text >}}