argoproj / argo-workflows

Workflow Engine for Kubernetes
https://argo-workflows.readthedocs.io/
Apache License 2.0
14.49k stars 3.11k forks source link

fix: prevent pod from being deleted before workflow taskresult complete. Fixes: #12993 #13051

Open shuangkun opened 1 month ago

shuangkun commented 1 month ago

add a finalizer , prevent pod from being deleted before workflow taskresult complete.

Fixes #12993

Motivation

Modifications

Verification

praveenjindal62 commented 22 hours ago

Any update on this PR please ?