Skip to content

Commit a39df42

Browse files
Change RDMA CIDR
1 parent 7a26c6d commit a39df42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -999,8 +999,8 @@ variables:
999999
rdma_subnet:
10001000
type: string
10011001
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"
10041004
required: true
10051005
private_subnet:
10061006
type: string

0 commit comments

Comments
 (0)