/dev/kmsg: no such file or directory

kubelet service showing this error

failed to create kubelet: open /dev/kmsg: no such file or directory

right, that error is accurate, this file does not exist in a container :slight_smile:

how to move /dev/kmsg file to container

I used this command

echo 'L /dev/kmsg - - - - /dev/console' > /etc/tmpfiles.d/kmsg.conf

it works fine. but when restart the container it give previous error