k3s/pkg/controller/volume
Kubernetes Submit Queue d655c9a873
Merge pull request #66923 from jarrpa/pvc-protect-until-pod-delete
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>
2018-08-14 17:55:17 -07:00
..
attachdetach attachdetach controller: attach volumes immediately when Pod's PVCs are bound 2018-08-14 01:03:13 +08:00
events Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
expand Changed admission controller to allow volume expansion for all volume plugins 2018-07-27 03:06:48 -04:00
persistentvolume Merge pull request #65616 from cofyc/fix56163 2018-07-31 19:18:00 -07:00
pvcprotection PVC Protection: Wait for Pod delete 2018-08-13 13:57:36 -05:00
pvprotection kubernetes: fix printf format errors 2018-07-11 00:10:15 +03:00
OWNERS Update volume OWNERS to reflect active sig-storage reviewers 2017-10-26 13:26:33 -07:00