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.
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 prompts CKS to reclaim the PV and delete all its underlying volumes.
For more information about creating a Distributed File Storage volume, see Create Distributed File Storage volumes.