Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
Persistent Volume Management Operator
CKS features a Persistent Volume Management Operator (PVMO). PVMO is a Kubernetes controller manager that runs periodically to clean up orphaned volumes. PVMO tracks PVCdelete events through admission webhooks. If it finds a delete event, it adds the label pv-failsafe.coreweave.cloud/<deletion-timestamp> - where deletion-timestamp is the current time - to the Persistent Volume to which the PVC was attached.
The PVMO also adds a watcher service that periodically lists all Persistent Volumes in the cluster.
By default, the watcher lists all PVs in the cluster once per hour.
The default soft delete window for PVs is 24 hours.
Retain to Delete. This update means that the PV gets reclaimed by CKS and all of its underlying volumes are deleted.
To learn more about creating a Distributed File Storage volume, see: Create Distributed File Storage Volumes.