-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
None
-
Product / Portfolio Work
-
None
-
False
-
-
None
-
None
-
None
-
-
None
-
None
-
None
-
None
-
None
1. Proposed title of this feature request
Change the default behaviour of Pipelines/Task Timeout triggers Pod Deletion
2. What is the nature and description of the request?
By defaul, If a TaskRun runs longer than its timeout value, the pod associated with the TaskRun will be deleted. This means that the logs of the TaskRun are not preserved. The deletion of the TaskRun pod is necessary in order to stop TaskRun step containers from running.
3. Why does the customer need this? (List the business requirements here)
Unable to check logs if pipeline/task timeouts, It's important to preserve logs so incase of failure root cause analysis can be done and record purpose. Therefore, there should be an option to disable the default behaviour.
4. List any affected packages or components.
OpenShift Pipelines