- Home
- All questions
- Question 998
CKA study material · question 998 of 1000
What must be verified before applying the out-of-service taint to a node?
Show the answer
Answer: D. That the node is genuinely shut down, not mid-restart
The taint forces deletion and immediate volume detachment, so applying it to a node that is merely restarting risks two writers on one volume and data corruption.
Source: Node Shutdowns (Kubernetes) — Non-graceful node shutdown handling