rptaylor / kapel

APEL accounting for Kubernetes.
GNU General Public License v3.0
3 stars 3 forks source link

set ttlSecondsAfterFinished to large value by default #35

Closed rptaylor closed 12 months ago

rptaylor commented 12 months ago

The successful and failed job history limits work to retain jobs. However on a large busy cluster, while the jobs are retained, the pods for those jobs are deleted, losing the logs. OTOH on a small dev cluster, both the jobs and their pods are retained. Not sure why but setting the ttlSecondsAfterFinished to a large value (90 days by default) could help.