noobaa-operator icon indicating copy to clipboard operation
noobaa-operator copied to clipboard

Deleted or missing pods in pv-pool should be (re)created and keep existing PVCs

Open jackyalbo opened this issue 4 years ago • 1 comments

Currently when a used accidently delete a pvpool pod - we will stop the deletion with the finalizer, But no more handling will be being made. We need to handle such scenario better

  • creating missing pods will first try to connect to an existing pvcs
  • maybe revert the deletion in some way

jackyalbo avatar Jul 12 '20 12:07 jackyalbo

I don't think we need to revert the pod deletion in any way. Just recreate it if needed by the pv-pool spec. The pod probably doesn't even need a finalizer, only the PVCs do.

guymguym avatar Jul 12 '20 14:07 guymguym

Closed by #393

jackyalbo avatar Feb 23 '23 14:02 jackyalbo