docs: Document GlobalStore (ObjectStore + ObjectMounts) - #744
Closed
promptless[bot] wants to merge 1 commit into
Closed
docs: Document GlobalStore (ObjectStore + ObjectMounts)#744promptless[bot] wants to merge 1 commit into
promptless[bot] wants to merge 1 commit into
Conversation
Document Runpod GlobalStore: register a bring-your-own S3-compatible bucket as an ObjectStore and mount prefixes (ObjectMounts) into Pods. Covers positioning (object-backed, read-heavy; not a network-volume replacement), supported providers (Tigris, Cloudflare R2), recommended and unsupported workloads, and a GraphQL API quickstart. Addresses Linear DOCS-477.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Open this suggestion in Promptless to view citations and reasoning process
Adds early-access documentation for GlobalStore, which lets you register a bring-your-own S3-compatible bucket as an ObjectStore and mount prefixes of it (ObjectMounts) into Pods at container start. Covers Linear issue DOCS-477.
Two new pages under the Storage section, added to the Storage navigation group:
storage/globalstore.mdx— conceptual overview: how ObjectStores and ObjectMounts work, positioning as an object-backed, read-heavy, region-portable tier (with an explicit "not a replacement for network volumes" callout), supported providers (Tigris and Cloudflare R2), recommended workloads (model serving, inference artifact reads, cross-region read-only weight/LoRA/config distribution), unsupported workloads (high-throughput training, POSIX semantics, active-active writes), regional availability, read/write behavior, and credential handling.storage/globalstore-quickstart.mdx— a GraphQL API quickstart to register an ObjectStore, attach ObjectMounts when creating a Pod, check the mount lifecycle, troubleshoot failure reasons, and manage ObjectStores.The feature is pre-GA and gated, and today's only confirmed user-facing surface is the GraphQL API, so both pages are tagged as early access and the quickstart documents the API rather than an unshipped console flow.
Trigger Events
Tip: Leave inline comments with
@Promptlesson suggestion diffs in the Promptless dashboard for targeted refinements 💬