Kubelet configuration service

Hi,

how can I see the kubelet configuration?
Where is the parameters for the kubelet.service?

Thanks

Hello juanpi,
You can check ps -aux | grep kubelet and you will get --config=/var/lib/kubelet/config.yaml
you can check this file to get the configuration.