Skip to content

Commit 4be4322

Browse files
authored
Document GCP firewall allowing inter-VPC traffic (#2563)
1 parent f817ce9 commit 4be4322

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

docs/docs/concepts/backends.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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">

examples/misc/a3high-clusters/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

examples/misc/a3mega-clusters/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)