Skip to content

Commit 5b42d36

Browse files
Add support for GPU redundancy to Cloud Run v2 job (#14673) (#1074)
[upstream:241e95dfcfaad297ddeea85796ed38404535b4f1] Signed-off-by: Modular Magician <[email protected]>
1 parent 60d91a3 commit 5b42d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cloudrunv2_job_gpu/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ resource "google_cloud_run_v2_job" "default" {
1111
node_selector {
1212
accelerator = "nvidia-l4"
1313
}
14+
gpu_zonal_redundancy_disabled = true
1415
}
1516
}
1617
}

0 commit comments

Comments
 (0)