You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: schema.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -999,8 +999,8 @@ variables:
999
999
rdma_subnet:
1000
1000
type: string
1001
1001
title: "RDMA subnet IP range"
1002
-
default: "192.168.0.0/16"
1003
-
description: "Must be at least the same size as private subnet for HPC and at least 16 times the size of the private subnet for GPUs"
1002
+
default: "10.224.0.0/12"
1003
+
description: "Must be at least the same size as private subnet for HPC and at least 16 times the size of the private subnet for GPUs, currently cannnot be modified with the compute agent"
0 commit comments