- Home
- All questions
- Question 161
CKA study material · question 161 of 1000
What are the default history limits for a CronJob? Choose two.
Show the answer
Answer: A. successfulJobsHistoryLimit defaults to 3
C. failedJobsHistoryLimit defaults to 1
A CronJob keeps three successful and one failed Job by default; zero keeps none.
Source: CronJob (Kubernetes) — Jobs history limits