Skip to content

Renew Kubernetes Cert

If your kubernetes certs expired (1 yr is default)

Warning

    Unable to connect to the server: x509: certificate has expired or..

Check and Renew

  • On control plane:

  • Check

Bash
kubeadm certs check-expiration
  • Renew
Bash
kubeadm certs renew all

Reboot control plane