An EKS Cluster's Kubelet should rotate client certificates automatically

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Description

Client certificates should be rotated. This ensures there is no downtime due to expired certificates.

Remediation

Choose a remediation method from below. For both steps, a restart of the Kubelet service is required.

Kubelet config file

  1. Add the json below to this file: /etc/kubernetes/kubelet/kubelet-config.json
"rotateCertificates": true

Executable arguments

--rotate-certificates=true