/vmfs/volumes/########-####-####-####-############/kubevols/kubernetes-dynamic-pvc-########-####-####-####-############.vmdk
#kubectl get pv -A
#kubectl get pvc -A
7.x
#osctl get pods | grep backup*
#osctl get job | grep backup*
#osctl delete pvc <pvc name>
Note: The persistent volume and the disk on vSphere should also delete automatically now. Validate that this has occurred.
For manual backups, we may get see the PVC in Terminating status and stick there. If we do see this, we can remove the finalizer to have it complete.
kubectl patch pvc {PVC_NAME} -p '{"metadata":{"finalizers":null}}'