• Jose A. Rivera's avatar
    PVC Protection: Wait for Pod delete · 13462bf3
    Jose A. Rivera authored
    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: 's avatarJose A. Rivera <jarrpa@redhat.com>
    13462bf3
pvc_protection_controller.go 9.47 KB