// Try to unmount mounted directories under /var/lib/kubelet in order to be able to remove the /var/lib/kubelet directory later
// Try to unmount mounted directories under kubeadmconstants.KubeletRunDirectory in order to be able to remove the kubeadmconstants.KubeletRunDirectory directory later
fmt.Printf("[reset] unmounting mounted directories in %q\n","/var/lib/kubelet")
fmt.Printf("[reset] unmounting mounted directories in %q\n",kubeadmconstants.KubeletRunDirectory)