mirror of https://github.com/istio/istio.io.git
828 B
828 B
| title | description | weight | skip_seealso | keywords | |||
|---|---|---|---|---|---|---|---|
| Docker For Desktop | Instructions to setup Docker For Desktop for use with Istio. | 12 | true |
|
If you want to run Istio under Docker for desktop's built-in Kubernetes, you may need to increase Docker's memory limit
under the Advanced pane of Docker's preferences. Pilot by default requests 2048Mi of memory, which is Docker's
default limit.
{{< image width="60%" link="./dockerprefs.png" caption="Docker Preferences" >}}
Alternatively, you may reduce Pilot's memory reservation by passing the helm argument
--set pilot.resources.requests.memory="512Mi". Otherwise Pilot may refuse to start due to insufficient resources.
See Installation Options for more information.