[Docs] Document how resources are cleaned up after successful execution #2650
Labels
documentation
Improvements or additions to documentation
untriaged
This issues has not yet been looked at by the Maintainers
Description
Slack conversation
Document where it has to be mentioned.
The default behavior of failure handling is
abort
(instead offinalize
).Abort
deletes the k8s Pod, whereasfinalize
requires the delete-resource-on-finalize flag to be set to delete the resource. Currently, no configuration changes are required to ensure resource clean-up during failure.Document
delete-resource-on-finalize
clearly to suggest that when a k8s Pod execution is successful, the pod is deleted rather than allowing the k8s garbage collector to clean it up.Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: