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

CKA study material · question 658 of 1000

A CronJob is left with default history settings. Which two statements are correct? Choose two.

  1. Three successful Jobs are kept
  2. Three failed Jobs are kept
  3. One failed Job is kept
  4. No failed Jobs are kept
Show the answer

Answer: A. Three successful Jobs are kept
C. One failed Job is kept

successfulJobsHistoryLimit defaults to 3 and failedJobsHistoryLimit to 1; setting either to zero keeps none of that kind.

Source: CronJob (Kubernetes) — CronJob limitations › Jobs history limits

Challenge yourself on this topic → Study as cards