- Home
- All questions
- Question 991
CKA study material · question 991 of 1000
A node has /var/lib/kubelet on a separate mounted filesystem, and kubeadm reset is run. What must be done afterwards?
Show the answer
Answer: C. Re-mount the filesystem, which reset unmounted
kubeadm reset unmounts /var/lib/kubelet when it is a mount point, so the filesystem has to be re-mounted before the node is used again.
Source: Troubleshooting kubeadm (Kubernetes) — kubeadm reset unmounts /var/lib/kubelet