Skip to main content

More Info:

Enable kubelet client certificate rotation.

Risk Level

Low

Address

Security

Compliance Standards

  • CIS Kubernetes

Triage and Remediation

Remediation

Using Console

Run the following command on each node: ps -ef | grep kubelet Verify that the —rotate-certificates argument is not present, or is set to true. If the —rotate-certificates argument is not present, verify that if there is a Kubeletconfig file specified by —config, that file does not contain rotateCertificates: false.

Additional Reading: