Skip to content

Commit

Permalink
Update persistent-volumes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gprasath authored Apr 17, 2019
1 parent 20842e0 commit 6472316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/storage/persistent-volumes.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ The purpose of the Storage Object in Use Protection feature is to ensure that Pe
PVC is in active use by a pod when a pod object exists that is using the PVC.
{{< /note >}}

If a user deletes a PVC in active use by a pod, the PVC is not removed immediately. PVC removal is postponed until the PVC is no longer actively used by any pods, and also if admin deletes a PV that is bound to a PVC, the PV is not removed immediately. PV removal is postponed until the PV is no longer no bound to a PVC.
If a user deletes a PVC in active use by a pod, the PVC is not removed immediately. PVC removal is postponed until the PVC is no longer actively used by any pods, and also if admin deletes a PV that is bound to a PVC, the PV is not removed immediately. PV removal is postponed until the PV is no longer bound to a PVC.

You can see that a PVC is protected when the PVC's status is `Terminating` and the `Finalizers` list includes `kubernetes.io/pvc-protection`:

Expand Down

0 comments on commit 6472316

Please sign in to comment.