- Home
- All questions
- Question 159
CKA study material · question 159 of 1000
Which two behaviours does a CronJob's concurrencyPolicy of Forbid produce? Choose two.
Show the answer
Answer: C. A new run is skipped while the previous one is still going
B. It constrains only Jobs created by that same CronJob
Forbid skips the new run, and any concurrency policy applies only within one CronJob.
Source: CronJob (Kubernetes) — Concurrency policy