Exercise guide — refer to the official documentation for full details.
Data source assets define storage volumes that are mounted into workloads, providing access to datasets and persistent storage.
Navigate to Workload Manager > Assets > Data & Storage > Data Sources
Click + New Data Source
Select PVC as the type
Select the default department as the scope
Fill in:
| Field | Value |
|---|---|
| Name | workspace-pvc |
Select New PVC
Fill in:
| Field | Value |
|---|---|
| Storage Class | local-path |
| Access mode | Read-write by one node |
| Claim size | 10 |
| Units | GB |
| Volume mode | Filesystem |
| Container Path | /home/jovyan/gtc_checkpoints |
Click Create Data Source
Navigate to Workload Manager > Assets > Data & Storage > Data Sources
Click + New Data Source
Select PVC as the type
Select the default department as the scope
Fill in:
| Field | Value |
|---|---|
| Name | standard-training-pvc |
Select New PVC
Fill in:
| Field | Value |
|---|---|
| Storage Class | local-path |
| Access mode | Read-write by one node |
| Claim size | 10 |
| Units | GB |
| Volume mode | Filesystem |
| Container Path | /runai-standard/examples/mnist/checkpoints |
Click Create Data Source
Navigate to Workload Manager > Assets > Data & Storage > Data Sources
Click + New Data Source
Select PVC as the type
Select the default department as the scope
Fill in:
| Field | Value |
|---|---|
| Name | distributed-training-pvc |
Select New PVC
Fill in:
| Field | Value |
|---|---|
| Storage Class | local-path |
| Access mode | Read-write by one node |
| Claim size | 10 |
| Units | GB |
| Volume mode | Filesystem |
| Container Path | /runai-distributed/examples/distributed/ddp-tutorial-series/checkpoints |
Click Create Data Source
Check the Workload Manager > Assets > Data & Storage > Data Sources page — both data sources should be listed and available for workload creation.