Update CronJob history limits

This commit is contained in:
peay 2017-03-13 08:30:17 -04:00 committed by Andrew Chen
parent 6f9b0d9191
commit 3be8f7493a
1 changed files with 1 additions and 1 deletions

View File

@ -189,4 +189,4 @@ apply to already started executions. Defaults to false.
The `.spec.successfulJobsHistoryLimit` and `.spec.failedJobsHistoryLimit` fields are optional. These fields specify how many completed and failed jobs should be kept.
By default, the last 3 completed jobs and the last failed job are kept. Setting a limit to `0` corresponds to keeping none of the corresponding kind of jobs after they finish.
By default, there are no limits, and all successful and failed jobs are kept. However, jobs can pile up quickly when running a cron job, and setting these fields is recommended. Setting a limit to `0` corresponds to keeping none of the corresponding kind of jobs after they finish.