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
So can I confirm that the K3s certificate can be rotated automatically by the K3s server, after that, the K3s cluster works properly and you can use kubectl on the K3s server properly?
However, AutoK3s is not aware of the certificate change of the K3s cluster. It can't use the existing kubeconfig file(which contains the expired client certificate) to access the K3s cluster.
The k3s service works normally.
Manually download the certificate automatically rotated by the K3s server, then replace the kubeconfig in the autok3s home directory, restart autok3s and restore access to the k3s service.
Describe the bug
Expired client certificate causes cluster access failure.
To reproduce
Steps to reproduce the behavior:
Expected behavior
The client certificate is automatically updated and the cluster can be accessed.
Screenshots
If applicable, add screenshots to help explain your problem.
Environments (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: