- Home
- All questions
- Question 982
CKA study material · question 982 of 1000
Which two flags together force-delete a Pod from the API server? Choose two.
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