Qq: in troubleshooting questions, when a kubelet service is down, and we start t . . .

sreeni:
qq: in troubleshooting questions, when a kubelet service is down, and we start the service, do we need to also test that the service starts automatically on reboot in the exam?

Tej_Singh_Rana:
Hello, @sreeni
You can run sudo systemctl enable --now kubelet . It will enable and start the service. so after reboot it won’t go off.

Tej_Singh_Rana:
In exam, everything should be on permanent basis and they can give hint in question as well. Like service should be in start condition after reboot something like that.

sreeni:
thanks @Tej_Singh_Rana