We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a720da commit d8aed21Copy full SHA for d8aed21
charts/topolvm/README.md
@@ -16,9 +16,10 @@ Source: https://github.com/topolvm/topolvm/blob/topolvm-chart-v15.5.5/docs/getti
16
17
## Deleting PV(C)s with `retain` reclaim policy
18
1. Delete release (e.g. helm uninstall -n test test)
19
-2. Find LogicalVolume CR (`kubectl get logicalvolumes.topolvm.io`
+2. Find LogicalVolume CR (`kubectl get logicalvolumes.topolvm.io`)
20
3. Delete LogicalVolume CR (`kubectl delete logicalvolumes.topolvm.io <lv-name>`)
21
4. Delete PV (`kubectl delete PV <pv-name>`)
22
+5. Remove PV's finalizers (`kubectl patch pv <pv-name> -p '{"metadata":{"finalizers":null}}'`)
23
24
## Backup / Snapshotting
25
1. Only possible while using thin provisioning
0 commit comments