Hi all, My kubelet running on a worker node is down..I looked at the journal log . . .

Edmund Kueh:
Hi all, My kubelet running on a worker node is down…I looked at the journal logs…as shown below…The kubelet binary is located at the wrong path…If I want to change the path, which file should I start with ?

Edmund Kueh:
The right path is /usr/bin/kubelet…

Edmund Kueh:
I checked the /etc/systemd/system/kubelet.service.d/10-kubeadm.conf file as shown below but cannot find any parameter to change the path of the binary…

Edmund Kueh:
@Tej_Singh_Rana Can you help out ?

Tej_Singh_Rana:
Hello, @Edmund Kueh
Don’t need to shift just create a symbolic link.

$ ln -s /usr/bin/kubelet /usr/local/bin/kubelet