File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed
Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -529,7 +529,11 @@ gcloud projects list --format="json(projectId)"
529529 ```
530530
531531 </div>
532-
532+
533+ If you specify a non-default VPC, ensure it has a firewall rule
534+ allowing all traffic within the VPC. This is needed for multi-node tasks to work.
535+ The default VPC already permits traffic within the VPC.
536+
533537 === "Shared VPC"
534538
535539 <div editor-title="~/.dstack/server/config.yml">
Original file line number Diff line number Diff line change @@ -51,6 +51,11 @@ projects:
5151
5252</div>
5353
54+ !!! info "Custom VPC"
55+ If you specify a non-default primary VPC, ensure it has a firewall rule
56+ allowing all traffic within the VPC. This is needed for MPI and NCCL to work.
57+ The default VPC already permits traffic within the VPC.
58+
5459??? info "Create extra VPCs"
5560 Create the VPC networks for GPUDirect in your project, each with a subnet and a firewall rule:
5661
Original file line number Diff line number Diff line change @@ -45,6 +45,11 @@ projects:
4545
4646</div>
4747
48+ !!! info "Custom VPC"
49+ If you specify a non-default primary VPC, ensure it has a firewall rule
50+ allowing all traffic within the VPC. This is needed for MPI and NCCL to work.
51+ The default VPC already permits traffic within the VPC.
52+
4853??? info "Create extra VPCs"
4954 Create the VPC networks for GPUDirect in your project, each with a subnet and a firewall rule:
5055
You can’t perform that action at this time.
0 commit comments