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

CKA study material · question 982 of 1000

Which two flags together force-delete a Pod from the API server? Choose two.

  1. --force
  2. --now
  3. --grace-period=0
  4. --cascade=orphan
Show the answer

Answer: A. --force
C. --grace-period=0

Both are required: a zero grace period alone is not accepted as a force delete, and together they remove the object without waiting for the kubelet's confirmation.

Source: Pod Lifecycle (Kubernetes) — Termination of Pods › Forced Pod termination

Challenge yourself on this topic → Study as cards