- Home
- All questions
- Question 912
CKA study material · question 912 of 1000
A drain stops on Pods using emptyDir volumes. What does --delete-emptydir-data acknowledge?
Show the answer
Answer: B. That the local data in those volumes is discarded
The flag exists so the operator states plainly that emptyDir contents are lost when the node is drained, since that data lives only on the node.
Source: kubectl drain (Kubernetes) — Options