mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-05 06:42:35 -04:00
Automatic merge from submit-queue (batch tested with PRs 66491, 66587, 66856, 66657, 66923). If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. PVC Protection: Wait for Pod delete Currently, the PVC protection controller will remove its finalizer when all Pods using a PVC reach at least a Terminating state. However, certain volumes cannot be guaranteed to be umounted until a Pod is deleted. Only Pods not in the current pods list can be considered deleted, so we're removing the exception to not check Terminating Pods. ```release-note NONE ``` Resolves: #65552 Signed-off-by: Jose A. Rivera <jarrpa@redhat.com> |
||
|---|---|---|
| .. | ||
| attachdetach | ||
| events | ||
| expand | ||
| persistentvolume | ||
| pvcprotection | ||
| pvprotection | ||
| OWNERS | ||