This repository was archived by the owner on Jul 30, 2025. It is now read-only.

Description
/kind bug
What steps did you take and what happened:
For the exit handler example, the Tekton version right now treat it as a failed pipeline and stop all task scheduling. However, the Argo version simply skip the exit handler dag and continue the pipeline as a succeed pipeline. We need to get some user feedbacks and data on which way they prefer the exit handler should behave.
Currently the Tekton implementation follows the Tekton finally logic and Argo is just skipping the whole exit handler sub-dag. Both are viable implementation which we need some feedbacks from actual users.
What did you expect to happen:
Additional information:
[Miscellaneous information that will assist in solving the issue.]
Environment:
- Python Version (use
python --version):
- SDK Version:
- Tekton Version (use
tkn version):
- Kubernetes Version (use
kubectl version):
- OS (e.g. from
/etc/os-release):