Skip to content

Commit

Permalink
doc: consider existing PVCs for sc annotation
Browse files Browse the repository at this point in the history
Signed-off-by: Praveen M <[email protected]>
  • Loading branch information
iPraveenParihar authored and mergify[bot] committed Jul 30, 2024
1 parent 3b55ec8 commit 7e7ce51
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/reclaimspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7ce51

Please sign in to comment.