@@ -131,14 +131,24 @@ Found existing namespace-restricted Dynamo operators in namespaces: ...
...
@@ -131,14 +131,24 @@ Found existing namespace-restricted Dynamo operators in namespaces: ...
```
```
> [!TIP]
> [!TIP]
> For multinode deployments, you need to enable Grove and KAI Scheduler.
> For multinode deployments, you need to install multinode orchestration components:
> You might chose to install them manually or through the dynamo-platform helm install command.
>
> When using the dynamo-platform helm install command, Grove and KAI Scheduler are NOT installed by default. You can enable their installation by setting the following flags in the helm install command:
> **Option 1 (Recommended): Grove + KAI Scheduler**
> - Grove and KAI Scheduler can be installed manually or through the dynamo-platform helm install command.
```bash
> - When using the dynamo-platform helm install command, Grove and KAI Scheduler are NOT installed by default. You can enable their installation by setting the following flags:
--set"grove.enabled=true"
>
--set"kai-scheduler.enabled=true"
> ```bash
```
> --set "grove.enabled=true"
> --set "kai-scheduler.enabled=true"
> ```
>
> **Option 2: LeaderWorkerSet (LWS) + Volcano**
> - If using LWS for multinode deployments, you must also install Volcano (required dependency):