Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/content/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Loading