diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index 7e5faa06..0ca00252 100644 --- a/docs/content/getting-started/installation.md +++ b/docs/content/getting-started/installation.md @@ -13,13 +13,20 @@ Install [kind](https://kind.sigs.k8s.io/), [kubectl](https://kubernetes.io/docs/tasks/tools/), and [Helm](https://helm.sh/docs/intro/install/) on your machine. -{{< hint "note" >}} +{{< hint "important" >}} You can run your Modelplane control plane anywhere. This tour uses kind for illustration. + +**Make sure your container engine is configured to allow higher resource allocations.** + +Update your Docker memory limit to **10 GB**. For more information, review +the [Docker documentation](https://docs.docker.com/desktop/settings-and-maintenance/settings/#advanced). + {{< /hint >}} ## Install the control plane + Crossplane provides the reconciliation engine and package management. Create the kind cluster and install it with Helm: