Replies: 1 comment 3 replies
-
Duplicate of Please upgrade to a more recent release. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
According to https://docs.k3s.io/cli/certificate#rotating-client-and-server-certificates,
, certificates can be rotate even after expiration.
On my side, when I rotate certificates before expiration it works well. But when they are expired, after rotating successfully the server certificates on master node, worker node can't get new ones at restart (systemctl restart k3s-agent)!
Since the expiration of its certificates, the agent node is in "NotReady" state and can't join the cluster:
Waiting to retrieve agent configuration; server is not ready: failed to retrieve configuration from server: not authorized
So it can't get new certificates provided by master node.
Am I the only one having this problem? Did I missed something?
Thanks
Notes:
Beta Was this translation helpful? Give feedback.
All reactions