-
Hi all We have a 3-node rke2 cluster where each node is master and agent. In addition, I have some questions: Do we need to run the certificate rotation on every node? The command only rotates all of the client certificates that are located in /var/lib/rancher/rke2/server/tls. Did not try this yet but what happens to the certificates when you perform a k8s upgrade with rke2? And last I have a recommendation. It would be nice to have a command that would output validity of all deployed certificates. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
CA cert rotation and custom CA certs are not supported in any available release. You can see the proposal at https://github.com/k3s-io/k3s/blob/master/docs/adrs/ca-cert-rotation.md - the initial implementation of this should be in the next set of releases, and docs are currently work in progress. |
Beta Was this translation helpful? Give feedback.
CA cert rotation and custom CA certs are not supported in any available release. You can see the proposal at https://github.com/k3s-io/k3s/blob/master/docs/adrs/ca-cert-rotation.md - the initial implementation of this should be in the next set of releases, and docs are currently work in progress.