Commit 573b72e
committed
feat(cluster_scripts): dynamic port allocation per pool count
Updated the port allocation logic to dynamically allocate 100 ports
for every 15 pools. This ensures better scalability and avoids port
conflicts when the number of pools increases.
- Modified `get_instance_ports` method in `cluster_scripts.py`1 parent 9e4a14b commit 573b72e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
| 169 | + | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
174 | 175 | | |
175 | 176 | | |
176 | 177 | | |
| |||
0 commit comments