From 8ca493f5d58ea497ef8d3355cae558a4aea900c9 Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Mon, 6 Jul 2026 17:24:02 -0400 Subject: [PATCH 1/3] Add note to highlight memory limit Signed-off-by: Rae Sharp --- docs/content/getting-started/installation.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index 7e5faa06..4d16b8d3 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 can support heavier resource allocation**. + +Update you Docker memory allocation to **16 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: From a90e3123909b310d3c9af59aabdefd0107a74f01 Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Mon, 6 Jul 2026 17:25:58 -0400 Subject: [PATCH 2/3] Update language Signed-off-by: Rae Sharp --- docs/content/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index 4d16b8d3..94ae381f 100644 --- a/docs/content/getting-started/installation.md +++ b/docs/content/getting-started/installation.md @@ -17,9 +17,9 @@ Install [kind](https://kind.sigs.k8s.io/), You can run your Modelplane control plane anywhere. This tour uses kind for illustration. -**Make sure your container engine can support heavier resource allocation**. +**Make sure your container engine is configured to allow higher resource allocations.** -Update you Docker memory allocation to **16 GB**. For more information, review +Update you Docker memory limit to **16 GB**. For more information, review the [Docker documentation](https://docs.docker.com/desktop/settings-and-maintenance/settings/#advanced) {{< /hint >}} From 1e84fb1907118d4926902f4a2382094f99224750 Mon Sep 17 00:00:00 2001 From: Rae Sharp Date: Mon, 6 Jul 2026 19:48:43 -0400 Subject: [PATCH 3/3] Update language Signed-off-by: Rae Sharp --- docs/content/getting-started/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/getting-started/installation.md b/docs/content/getting-started/installation.md index 94ae381f..0ca00252 100644 --- a/docs/content/getting-started/installation.md +++ b/docs/content/getting-started/installation.md @@ -19,8 +19,8 @@ illustration. **Make sure your container engine is configured to allow higher resource allocations.** -Update you Docker memory limit to **16 GB**. For more information, review -the [Docker documentation](https://docs.docker.com/desktop/settings-and-maintenance/settings/#advanced) +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 >}}