You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: benchmarks/incluster/README.md
+43-46Lines changed: 43 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,70 +29,64 @@ The in-cluster benchmarking solution:
29
29
## Prerequisites
30
30
31
31
1.**Kubernetes cluster** with NVIDIA GPUs and Dynamo namespace setup (see [Dynamo Cloud/Platform docs](../../docs/guides/dynamo_deploy/README.md))
32
-
2.**dynamo-pvc** PersistentVolumeClaim configured (see [deploy/utils README](../../deploy/utils/README.md))
33
-
3.**Service account** (`dynamo-sa`) with appropriate permissions (see [deploy/utils README](../../deploy/utils/README.md))
34
-
4.**Docker image** containing the Dynamo benchmarking tools
32
+
2.**Storage and service account** PersistentVolumeClaim and service account configured with appropriate permissions (see [deploy/utils README](../../deploy/utils/README.md))
33
+
3.**Docker image** containing the Dynamo benchmarking tools
35
34
36
35
## Quick Start
37
36
38
37
### Step 1: Deploy Your DynamoGraphDeployment
39
38
Deploy your DynamoGraphDeployment using the [deployment documentation](../../components/backends/). Ensure it has a frontend service exposed.
40
39
41
40
### Step 2: Deploy and Run Benchmark Job
41
+
42
+
**Option A: Set environment variables (recommended for multiple commands)**
0 commit comments