- Home
- All questions
- Question 357
CKA study material · question 357 of 1000
A Pod has been Terminating for a long time. Which two statements describe the usual cause? Choose two.
Show the answer
Answer: B. A finalizer on the Pod is not being removed
A. An admission webhook is blocking the update that would remove it
The control plane cannot delete the object because a finalizer stays in place, typically blocked by a webhook.
Source: Debug Pods (Kubernetes) — My pod stays terminating