Skip to content

Commit 5c12ec4

Browse files
committed
docs(gateway): fix node planning bootnode and disk sizing
- gateway-1 bootnode: use "none" (matching actual deployment) - disk sizing: use 20 GB for all workload tiers
1 parent b724b75 commit 5c12ec4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

gateway/docs/cluster-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ Recommended minimum per gateway node:
7878
| Workload | vCPU | Memory | Disk |
7979
|----------|------|--------|------|
8080
| Small (< 100 CVMs) | 4 | 4 GB | 20 GB |
81-
| Medium (100-1000 CVMs) | 8 | 8 GB | 40 GB |
82-
| Large (> 1000 CVMs) | 16+ | 16+ GB | 40+ GB |
81+
| Medium (100-1000 CVMs) | 8 | 8 GB | 20 GB |
82+
| Large (> 1000 CVMs) | 16+ | 16+ GB | 20 GB |
8383

8484
### Networking Modes
8585

@@ -108,7 +108,7 @@ bridge = "dstack-br0"
108108

109109
| Node | node_id | Gateway IP | Client IP range | bootnode |
110110
|------|---------|------------|-----------------|----------|
111-
| gateway-1 | 1 | 10.8.0.1/16 | 10.8.0.0/18 | (none or gateway-2) |
111+
| gateway-1 | 1 | 10.8.0.1/16 | 10.8.0.0/18 | none |
112112
| gateway-2 | 2 | 10.8.64.1/16 | 10.8.64.0/18 | gateway-1 |
113113

114114
Notes:

0 commit comments

Comments
 (0)