Skip to content

Commit 07f0f9d

Browse files
Add support for GPU redundancy to Cloud Run v2 job (#14519) (#1052)
[upstream:3cb9d50ba9a24bb671afa70a8727ee4c33a9fc3d] Signed-off-by: Modular Magician <[email protected]>
1 parent dbcbf68 commit 07f0f9d

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)