Information
Ensure that if the kubelet refers to a configuration file with the '--config' argument, that file has permissions of 644 or more restrictive.
Rationale:
The kubelet reads various parameters, including security settings, from a config file specified by the '--config' argument. If this file is specified you should restrict its file permissions to maintain the integrity of the file. The file should be writable by only the administrators on the system.
Solution
Run the following command (using the config file location identied in the Audit step)
chmod 644 /var/lib/kubelet/config.yaml