From 3be8f7493a4308c2db9846770e13ce4fba732097 Mon Sep 17 00:00:00 2001 From: peay Date: Mon, 13 Mar 2017 08:30:17 -0400 Subject: [PATCH] Update CronJob history limits --- docs/user-guide/cron-jobs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/cron-jobs.md b/docs/user-guide/cron-jobs.md index 914d98b1fa..014567f067 100644 --- a/docs/user-guide/cron-jobs.md +++ b/docs/user-guide/cron-jobs.md @@ -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.