You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cat /etc/os-release
NAME="SLES"
VERSION="15-SP5"
VERSION_ID="15.5"
PRETTY_NAME="SUSE Linux Enterprise Server 15 SP5"
Cluster Configuration:
Single node
Config.yaml:
cat /etc/rancher/k3s/config,yaml
write-kubeconfig-mode: "0644"
cluster-init: true
secrets-encryption: true
**Steps to reproduce the issue and validate**
Install rke2
Run rke2 certificate rotate
Restart rke2 service
Check certs rotated
**Replication results: **
> sudo diff -sr /var/lib/rancher/k3s/server/tls/ /var/lib/rancher/k3s/server/tls-1712959418/| grep -i identical |grep supervisor
Files /var/lib/rancher/k3s/server/tls/client-supervisor.crt and /var/lib/rancher/k3s/server/tls-1712959418/client-supervisor.crt are identical
Files /var/lib/rancher/k3s/server/tls/client-supervisor.key and /var/lib/rancher/k3s/server/tls-1712959418/client-supervisor.key are identical
ec2-user@ip-172-31-6-177:~>
Backport fix for Add client-supervior.crt and client-supervior.key to the rotation list
The text was updated successfully, but these errors were encountered: