Skip to content

Commit 7cae99d

Browse files
Add slurm cluster name validation comment (GoogleCloudPlatform#5020)
1 parent 18c6a05 commit 7cae99d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

examples/machine-learning/a3-highgpu-8g/a3high-slurm-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars:
2727
tcpx_kernel_password: # use value supplied by Google Cloud staff
2828
keyserver_ubuntu_key: # use value supplied by Google Cloud staff
2929
a3_reservation_name: # supply a3-highgpu-8g reservation name
30-
slurm_cluster_name: # supply name for slurm cluster
30+
slurm_cluster_name: # supply name for slurm cluster (lowercase alphanumeric, max 10 characters, must start with a letter)
3131
a3_static_cluster_size: # supply a3-highgpu-8g reservation size
3232
a3_partition_name: # supply partition name
3333
disk_size_gb: 200

examples/machine-learning/a3-megagpu-8g/a3mega-slurm-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ vars:
3030
enable_nvidia_persistenced: true
3131
disk_size_gb: 200
3232
final_image_family: slurm-a3mega
33-
slurm_cluster_name: a3mega
33+
slurm_cluster_name: a3mega # (lowercase alphanumeric, max 10 characters, must start with a letter)
3434
a3mega_cluster_size: 2 # supply cluster size
3535
a3mega_reservation_name: "" # supply reservation name
3636
# Additional provisioning models (pick only one), can be used to substitute `a3mega_reservation_name`:

0 commit comments

Comments
 (0)