Hi All, Lab static pods manifest directory not found i checked in below file on . . .

Tejas Pandit:
Hi All,
Lab static pods
manifest directory not found
i checked in below file on node01 but manifest path is not present in it
/var/lib/kubelet/config.yaml
Cloud you please tell me where should i get manifest directory location on node01?

Karanbir:
try this:

cat /var/lib/kubelet/config.yaml | grep static

Karanbir:
the above command should print out the path where you can find static manifests.

Sahil Rahi:
Its not mandatory to have /etc/kubernetes/manifests as static pod path. to find static pod path, the easiest way is to look into /var/lib/kubelet/config.yaml file.

Tejas Pandit:
Got it, Thanks