From 889e6afd88e6fd4d9201d697d1430b1939441168 Mon Sep 17 00:00:00 2001 From: Janet Kuo Date: Tue, 17 Dec 2024 23:47:53 -0800 Subject: [PATCH] Clarify how to get billing account id and folder id (#914) --- slurm-on-gke/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slurm-on-gke/README.md b/slurm-on-gke/README.md index 1a5a3a504..0ba89f2d7 100644 --- a/slurm-on-gke/README.md +++ b/slurm-on-gke/README.md @@ -225,6 +225,8 @@ billing_account_id = "YOUR_BILLING_ACCOUNT_ID" folder_id = "folders/FOLDER_ID" ``` +Retrieve your billing account ID with `gcloud billing projects describe ${PROJECT_ID} --format="value(billingAccountName)"` and your folder ID with `gcloud projects describe ${PROJECT_ID} --format="value(parent.id)"`. + **Note:** Ensure your selected region or zone offers GPU availability. Consult the [Google Cloud documentation for a complete list](https://cloud.google.com/compute/docs/gpus/gpu-regions-zones). 7\. After you fill out the file, use the following command to apply the Terraform configuration and create the infrastructure.