Answers for "staticpodpath in kuberetes"

0

staticpodpath in kuberetes

#Run the command 
 >> ps -aux | grep kubelet 
#Identify the config file - 
 >> --config=/var/lib/kubelet/config.yaml. 
#Then check in the config file for staticPodPath.
Posted by: Guest on May-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language