Skip to content

Commit

Permalink
add comments for scenario in helm values for pod configs
Browse files Browse the repository at this point in the history
  • Loading branch information
gargnitingoogle committed Aug 14, 2024
1 parent 9149bbc commit de7e5e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

image: jiaxun/dlio:v1.2.0
bucketName: gke-dlio-test-data
# scenario controls the kind of storage that is used for the load testing. local-ssd means directly on LSSD; gcsfuse-generic means on a gcsfuse mount with gcsfuse.mountOptions sent from the caller; gcsfuse-no-file-cache and gcsfuse-file-cache mean as their name suggests.
scenario: local-ssd
nodeType: n2-standard-96

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

image: ubuntu:24.04
bucketName: gke-dlio-test-data
# scenario controls the kind of storage that is used for the load testing. local-ssd means directly on LSSD; gcsfuse-generic means on a gcsfuse mount with gcsfuse.mountOptions sent from the caller; gcsfuse-no-file-cache and gcsfuse-file-cache mean as their name suggests.
scenario: local-ssd
nodeType: n2-standard-96

Expand Down

0 comments on commit de7e5e6

Please sign in to comment.