Skip to content

Commit ba14f10

Browse files
authored
Update prerequisites
Updated prerequisites and procedure sections in README.
1 parent 769d1ae commit ba14f10

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

gpu/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,20 @@
55
66
## Prerequisites
77

8-
- Helm 3.x installed
9-
- kubectl installed and configured to access your Kyma cluster
10-
- A worker pool with GPU nodes available in your Kyma cluster
8+
- Helm 3.x installed. For more information, see the [Kubernetes](https://github.com/SAP-samples/kyma-runtime-samples/tree/main/prerequisites#kubernetes) section.
9+
- kubectl installed and configured to access your Kyma cluster. For more information, see the [Kubernetes](https://github.com/SAP-samples/kyma-runtime-samples/tree/main/prerequisites#kubernetes) section.
10+
- You have an SAP BTP, Kyma runtime instance.
11+
12+
## Procedure
1113

1214
### Setting Up a GPU Worker Pool
1315

16+
Follor these step, to set up a worker pool with GPU nodes available in your Kyma cluster. For more information, see [Additional Worker Node Pools](https://help.sap.com/docs/btp/sap-business-technology-platform/provisioning-and-update-parameters-in-kyma-environment?version=Cloud#additional-worker-node-pools).
17+
1418
1. Go to the SAP BTP cockpit and update your Kyma instance by adding a new worker pool named `gpu`.
1519
2. Add some nodes with the GPU support, for example, `g6.xlarge`.
1620
3. Set auto-scaling min nodes to `0` and max nodes to a desired number, for example, `2`. This way, when no GPU workloads are running, the cluster scales down to zero GPU nodes, saving costs.
1721

18-
## Procedure
19-
2022
### Installation
2123

2224
1. Add the NVIDIA Helm repository.

0 commit comments

Comments
 (0)