cloud-pipeline icon indicating copy to clipboard operation
cloud-pipeline copied to clipboard

Force deleted hanging pods

Open mzueva opened this issue 1 year ago • 0 comments
trafficstars

Background After these changes 43266d771bc302039e05761732d5519450a9d800 we removed force delete for pods which sometimes lead to pod hanging in terminated status for unlimited period.

Approach PodMonitor shall contain in-memory list of pods which failed to be deleted and if pod is not deleted in N attempts (set as SystemPreference) pod shall be force deleted.

mzueva avatar Apr 01 '24 10:04 mzueva