Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
ON THIS PAGE
 

Renew kubeadm-managed Certificates Manually

Problem

kubeadm-managed certificates expire in one year after deployment. When the certificates expire, pods fail to come up and display bad certificate errors in the log.

Solution

The Paragon Automation Kubernetes cluster uses self generated kubeadm-managed certificates. These certificates expire in one year after deployment unless the Kubernetes version is upgraded or the certificates are manually renewed.

Follow these steps to manually renew certificates:

  1. Check the current certificates-expiration date by using the kubeadm certs check-expiration command on each primary node of your cluster.

  2. To renew the certificates, use the kubeadm certs renew all command on each primary node of your Kubernetes cluster.

  3. Recheck the expiration date using the kubeadm certs check-expiration command on each primary node of your cluster.

  4. Restart the following pods from any one of the primary nodes to use the new certificates.