File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ persistentvolume "pvc-6791fdd4-5fad-438e-a7fb-16410363e3da" deleted
5858^C
5959```
6060
61- #### Retrieving the PV:
61+ #### Retrieving the PV
6262```
6363kubectl get pv pvc-6791fdd4-5fad-438e-a7fb-16410363e3da
6464```
@@ -161,7 +161,8 @@ status:
161161 phase : Bound
162162` ` `
163163
164- The finalizer prevents the PV object from being removed from the
164+ The [finalizer](/docs/concepts/overview/working-with-objects/finalizers/) prevents this
165+ PersistentVolume from being removed from the
165166cluster. As stated previously, the finalizer is only removed from the PV object
166167after it is successfully deleted from the storage backend. To learn more about
167168finalizers, please refer to [Using Finalizers to Control Deletion](/blog/2021/05/14/using-finalizers-to-control-deletion/).
You can’t perform that action at this time.
0 commit comments