Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ The CAPI appliance takes some minutes to be in “Ready” status. Once the appl
```

4. Create a `values.yaml` file for parameterizing the workload Cluster helm chart. You will see that the `values.yaml` file contains some default value overrides, like the images and templates applied for the workload nodes:
```yaml

```shell
cat > values.yaml << EOF
ONE_XMLRPC: "http://$ONE_FRONTEND_IP:2633/RPC2"
ONE_AUTH: "oneadmin:$ONEADMIN_PASSWORD"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You must also have access to the Sunstone user interface.
* **Physical CPU**: 2
* Click **Next** to move onto the **Advanced options**
* In the **Storage** tab edit the **SlurmWorker** disk by clicking the pen icon:
* Click **Next** to move to **Advanced options**, set **Size on instantiate** to 20480
* Click **Next** to move to **Advanced options**, set **Size on instantiate** to 30720

{{< image path="/images/ai_factories/slurm-update-disk.png" alt="Slurm disk" align="center" width="90%" mt="20px" mb="40px" >}}

Expand Down
Loading