truefoundry-volumes

Manage persistent volumes in TrueFoundry for containerized workloads.

1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-volumes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: truefoundry-volumes
Source: https://github.com/truefoundry/tfy-deploy-skills/tree/main/skills/volumes
Command: npx skills add https://github.com/truefoundry/tfy-deploy-skills --skill truefoundry-volumes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates and manages persistent volumes on TrueFoundry to provide durable, workspace-scoped storage for apps and jobs.

Core Features & Use Cases

  • Create dynamic volumes and attach to services and jobs
  • List volumes within a workspace and view status
  • Attach static volumes by name to Kubernetes resources

Quick Start

Create a new volume in your workspace and attach it to a deployment.

Frequently Asked Questions about truefoundry-volumes

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a persistent volume for a Kubernetes workspace?

You can create a persistent volume using dynamic provisioning, which automatically allocates storage and enforces workspace FQN validation. The Skill also validates storage class availability before attaching the volume to your containerized workloads.

What is dynamic provisioning for containerized workloads?

Dynamic provisioning automatically allocates durable storage volumes for containerized workloads without manual pre-configuration. It allows apps, services, and training jobs to request and attach workspace-scoped storage on demand through CLI or API workflows.

Can I attach an existing static volume to a Kubernetes deployment?

Yes, you can attach static volumes by referencing their name to mount pre-existing persistent storage into Kubernetes resources. This provides durable storage for deployments without requiring dynamic provisioning.

What prerequisites are needed to manage persistent storage in TrueFoundry?

Managing persistent storage requires validating the workspace FQN and confirming storage class availability before use. These prerequisites ensure standardized volume FQN formats are enforced for proper workspace-scoped access.

How do I list persistent volumes and check status within a workspace?

You can list persistent volumes within a workspace to view their current status and verify attachments across apps, services, and jobs. This provides visibility into workspace-scoped storage resources and their configurations.