- Home
- All questions
- Question 996
CKA study material · question 996 of 1000
A node is powered off abruptly and a StatefulSet Pod stays Terminating while its replacement cannot start. What is holding the replacement?
Show the answer
Answer: C. The VolumeAttachment on the dead node, which is never removed
With the kubelet gone nothing deletes the Pod or its VolumeAttachment, so the volume cannot attach elsewhere and the identically named replacement cannot start.
Source: Node Shutdowns (Kubernetes) — Non-graceful node shutdown handling