k3s/pkg/controller/volume/pvcprotection
Jose A. Rivera 13462bf341 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.

Signed-off-by: Jose A. Rivera <jarrpa@redhat.com>
2018-08-13 13:57:36 -05:00
..
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
pvc_protection_controller.go PVC Protection: Wait for Pod delete 2018-08-13 13:57:36 -05:00
pvc_protection_controller_test.go PVC Protection: Wait for Pod delete 2018-08-13 13:57:36 -05:00