Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion charts/topolvm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ Source: https://github.com/topolvm/topolvm/blob/topolvm-chart-v15.5.5/docs/getti

## Deleting PV(C)s with `retain` reclaim policy
1. Delete release (e.g. helm uninstall -n test test)
2. Find LogicalVolume CR (`kubectl get logicalvolumes.topolvm.io`
2. Find LogicalVolume CR (`kubectl get logicalvolumes.topolvm.io`)
3. Delete LogicalVolume CR (`kubectl delete logicalvolumes.topolvm.io <lv-name>`)
4. Delete PV (`kubectl delete PV <pv-name>`)
5. Remove PV's finalizers (`kubectl patch pv <pv-name> -p '{"metadata":{"finalizers":null}}'`)

## Backup / Snapshotting
1. Only possible while using thin provisioning
Expand Down
Loading