1.3.7 Ensure that the RotateKubeletServerCertificate argument is set to true

Information

Enable kubelet server certificate rotation on controller-manager.

Rationale:

`RotateKubeletServerCertificate` causes the kubelet to both request a serving certificate after bootstrapping its client credentials and rotate the certificate as its existing credentials expire. This automated periodic rotation ensures that the there are no downtimes due to expired certificates and thus addressing availability in the CIA security triad. Note: This recommendation only applies if you let kubelets get their certificates from the API server. In case your kubelet certificates come from an outside authority/tool (e.g. Vault) then you need to take care of rotation yourself.

Solution

Edit the `/etc/kubernetes/controller-manager` file on the master node and set the `KUBE_CONTROLLER_MANAGER_ARGS` parameter to a value to include `'--feature-gates=RotateKubeletServerCertificate=true'`. `KUBE_CONTROLLER_MANAGER_ARGS='--feature-gates=RotateKubeletServerCertificate=true'`

Based on your system, restart the `kube-controller-manager` service. For example: `systemctl restart kube-controller-manager.service`

Impact:

None

See Also

https://workbench.cisecurity.org/files/1738

Item Details

Category: IDENTIFICATION AND AUTHENTICATION

References: 800-53|IA-5(1)(g), CSCv6|14.2

Plugin: Unix

Control ID: 325d8a783f29f975e3e2a5091e79a88f8cce99ac06e80ce46094c667f5871b90