Kashif:
In the lab “Mock exam 2” one question asks to create a static pod on node01. On node01 the kublet config file /var/lib/kubelet/config.yaml
does not define staticPodPath
. Is /etc/kuberetes/manifests
the default directory if staticPodPath
is not defined?
Tej_Singh_Rana:
Yes, it is.
Tej_Singh_Rana:
But it’s good practice to specify the staticPodPath
in the config.yaml
and restart the kubelet
service.