Hi @Ather Tahir team is there any change in the path of kubelet-service.d/10-kub . . .

Pradeep.nair:
Hi @Ather Tahir team is there any change in the path of kubelet-service.d/10-kubeadm.conf… can’t find or check the config path --kubelet_config_argrs=–config=/var/lib/kubelet/config.yaml

Deekshith Hadil:
What I would do in this situation.

  1. install mlocate.
apt install mlocate
  1. run updatedb
  2. run locate -i kubelet.service

Sampathkaran:
try ls /etc/systemd/system/kubelet

Pradeep.nair:
Hey thanks @Deekshith Hadil will try that … let see if that works

Pradeep.nair:
@Sampathkaran thanks but i was not able to locate the kubelet file under system folder

Sampathkaran:
oh …ok maybe try doing kubelet status and verify

systemctl status kubelet

● kubelet.service - kubelet: The Kubernetes Node Agent
Loaded: loaded (/etc/systemd/system/kubelet.service; enabled; vendor preset: enabled)

Pradeep.nair:
Cool @Sampathkaran Thank you :pray:

Sampathkaran:
yw…

Pradeep.nair:
@Sampathkaran and @Deekshith Hadil please find below screenshot

Pradeep.nair:

Deekshith Hadil:
ah… this environment is setup in different way. Kubelet is probably running as some container.
Are you getting anything while running ps -eFwww | grep kubelet

Pradeep.nair:

Sampathkaran:
is this a kubeadm setup ?> are you using the lab instance ?

Pradeep.nair:
Yes lab instance … Practices test for control plane failure

Sampathkaran:
i believe some issue with the lab not loaded properly …try to create a new lab instance and see. I never seen such issues when i m doing my labs

Pradeep.nair:
is der any way to check the below kubeadm.conf file i wanted to check the below path
–kubelet_config_args=–config=<path ofthe kubelet config.yaml>

Deekshith Hadil:

Deekshith Hadil:
Definitely this is configured in different way. Not kubeadm or hardway.
I would encourage you to do some local setup and find it by yourself

Which lab practice is this? I would like to have a look around.

Pradeep.nair:
@Sampathkaran i try to reload this again and again same isssue
@Deekshith Hadil this is lab for Practices test control plane failure

Pradeep.nair:
i mean only the location is missing to check the path… we can go and do the labs no issue … but can;t see the config file set in kubeadm.conf file …