carina icon indicating copy to clipboard operation
carina copied to clipboard

If Kubelet is running in containerized mode, you need to mount the host /dev directory?

Open TonyZZhang opened this issue 2 years ago • 2 comments

I have one queestion, what is the target directory in the container?

TonyZZhang avatar Aug 11 '22 06:08 TonyZZhang

yes, You need to mount the /dev directory to the Kubelet container

antmoveh avatar Aug 15 '22 02:08 antmoveh

For example, docker run kubelet -v /dev:/dev kubelet

antmoveh avatar Aug 15 '22 03:08 antmoveh