Administer > Administer the Container Deployment Foundation > Customize the parameters for kubelet

Customize the parameters for kubelet

You can modify the default values of the kubelet parameters and add some customized parameters for kubelet. Follow the steps below to customize the parameters.

  1. Log on to any of the cluster node.
  2. Edit or add the parameters in the kubelet.service under the /usr/lib/systemd/system directory.
  3. Restart the kubelet with the following commands:

    systemctl daemon-reload

    systemctl restart kubelet