docs: Document multi-datacenter support for Flash endpoints#582
docs: Document multi-datacenter support for Flash endpoints#582muhsinking merged 5 commits intomainfrom
Conversation
| @@ -238,24 +264,65 @@ See [Storage](/flash/configuration/storage) for setup instructions. | |||
|
|
|||
| ### datacenter | |||
|
|
|||
There was a problem hiding this comment.
Citation: The datacenter parameter changes come from PR #266, which adds multi-datacenter support. Changes are in src/runpod_flash/core/resources/serverless.py (field type changed from Optional[DataCenter] to Optional[List[DataCenter]]) and documented in docs/Flash_SDK_Reference.md.
View source
| ... | ||
| ``` | ||
|
|
||
| For multi-datacenter deployments, pass a list of volumes (one per datacenter): |
There was a problem hiding this comment.
Citation: Multi-volume support documented in PR #266's docs/Flash_Deploy_Guide.md and docs/Flash_SDK_Reference.md, with implementation in src/runpod_flash/core/resources/serverless.py adding networkVolumes field.
View source
| ``` | ||
|
|
||
| **Available datacenters**: | ||
|
|
There was a problem hiding this comment.
Citation: The available datacenter list comes from the updated DataCenter enum in src/runpod_flash/core/resources/network_volume.py as referenced in PR #266's docs/Flash_SDK_Reference.md.
View source
| vol = NetworkVolume(id="vol_abc123") | ||
| ``` | ||
|
|
||
| ### Multi-datacenter volumes |
There was a problem hiding this comment.
Citation: Multi-datacenter volume examples based on PR #266's docs/Flash_Deploy_Guide.md showing how to deploy with multiple volumes across datacenters.
View source
|
|
||
| - Flash is currently only available for macOS and Linux. Windows support is in development. | ||
| - Serverless deployments using Flash are currently restricted to the `EU-RO-1` datacenter. | ||
| - CPU endpoints are restricted to the `EU-RO-1` datacenter. GPU endpoints can deploy to [multiple datacenters](/flash/configuration/parameters#datacenter). |
There was a problem hiding this comment.
Citation: The EU-RO-1 restriction removal and multi-datacenter support for GPU endpoints comes from PR #266. CPU endpoints remain restricted to CPU_DATACENTERS which only contains EU_RO_1 (see src/runpod_flash/core/resources/network_volume.py).
View source
|
Just a reminder: If you'd like me to act on any feedback you have via Github comments, just type @Promptless in your suggestion and I'll get right on it! (I won't show up in the user dropdown, but I'll process any request that has @Promptless in the comment body.) |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Open this suggestion in Promptless to view citations and reasoning process
Updates Flash documentation for the new multi-datacenter deployment capabilities. The
datacenterparameter now supports lists for deploying to multiple regions, and thevolumeparameter accepts multipleNetworkVolumeobjects (one per datacenter). Also updates the available datacenter enum values and notes that CPU endpoints are restricted toEU_RO_1.Trigger Events
runpod/flash PR #266: feat: enable multi-datacenter support
Promptless Research (8 files, 1 GitHub PR)
.long_term_context/product_knowledge/product_overview.md.long_term_context/doc_workflow/client_instructions.md.long_term_context/style/client_style_guide.mdflash/configuration/parameters.mdxflash/configuration/storage.mdxflash/overview.mdxflash/create-endpoints.mdxflash/custom-docker-images.mdxAgent Response
Tip: Worried about broken links? Ask Promptless to find and fix them automatically 🔗