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

CKA study material · question 153 of 1000

An operator wants to pause a running Job without deleting it. What should they do?

  1. Set completions to 0
  2. Set activeDeadlineSeconds to 0
  3. Set backoffLimit to 0
  4. Set parallelism to 0
Show the answer

Answer: D. Set parallelism to 0

Parallelism of 0 effectively pauses the Job until the value is raised again.

Source: Jobs (Kubernetes) — Controlling parallelism

Challenge yourself on this topic → Study as cards