volumes
Installation
SKILL.md
Routing note: For ambiguous user intents, use the shared clarification templates in references/intent-clarification.md.
Volumes
Create and manage persistent volumes on TrueFoundry. Volumes provide shared, low-latency disk storage that persists across container restarts and can be mounted by multiple pods.
When to Use
Create, list, or mount persistent volumes on TrueFoundry, including dynamic provisioning, static PV attachment, storage class selection, and Volume Browser setup.
When NOT to Use
- User needs large archival storage or global access -> suggest blob storage (S3/GCS) instead
- User wants ephemeral scratch space -> use
ephemeral_storagein resource config - User wants to deploy an app -> prefer
deployskill; ask if the user wants another valid path - User wants to manage secrets -> prefer
secretsskill; ask if the user wants another valid path