Study. uk . com
  1. Home
  2. All questions
  3. Question 161

CKA study material · question 161 of 1000

What are the default history limits for a CronJob? Choose two.

  1. successfulJobsHistoryLimit defaults to 3
  2. failedJobsHistoryLimit defaults to 3
  3. failedJobsHistoryLimit defaults to 1
  4. successfulJobsHistoryLimit defaults to 1
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

Challenge yourself on this topic → Study as cards