An EKS Cluster's Kubelet should rotate server certificates automatically

Esta página aún no está disponible en español. Estamos trabajando en su traducción.
Si tienes alguna pregunta o comentario sobre nuestro actual proyecto de traducción, no dudes en ponerte en contacto con nosotros.

Description

Server 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 the feature gates section of this file: /etc/kubernetes/kubelet/kubelet-config.json
"RotateKubeletServerCertificate": true

Executable arguments

--rotate-kubelet-server-certificate=true