From 7e7ce51dcbf3d854e04fffef294641aa2d284f87 Mon Sep 17 00:00:00 2001 From: Praveen M Date: Thu, 11 Jul 2024 13:54:59 +0530 Subject: [PATCH] doc: consider existing PVCs for sc annotation Signed-off-by: Praveen M --- docs/reclaimspace.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/reclaimspace.md b/docs/reclaimspace.md index 487eca17f..a9adee228 100644 --- a/docs/reclaimspace.md +++ b/docs/reclaimspace.md @@ -130,10 +130,6 @@ they must perform the same action on all the PersistentVolumeClaims within that You can create `ReclaimSpaceCronJob` CR automatically by adding the `reclaimspace.csiaddons.openshift.io/schedule: "@midnight"` annotations to the StorageClass object. -This will only affect new PersistentVolumeClaims created from this StorageClass for ReclaimSpace -operations. To include existing PersistentVolumeClaims for ReclaimSpace operations, you must restart -the controller. This will ensure that reclaimspace annotations are added to the existing -PersistentVolumeClaims and `ReclaimSpaceCronJob` resources are created for them. ```console $ kubectl get storageclass rbd-sc