Certificate rotation is very essential for security of the cluster and the communication of its components. This page shows how to rotate certificates for cluster managed by RKE and Rancher.
NOTE: be aware that certificates of clusters that join Rancher but not created by it, are only managed by the tool that deployed the cluster.
rke cert rotate --config cluster.yml |
rke cert rotate --rotate-ca --config cluster.yml |
Rotating CA will cause the revoke certificates by the older CA. |
rke cert rotate --service kubelet --config cluster.yml |
Select Rotate Certificates in the cluster Management window.

Options to rotate all services or individual ones
