-
Notifications
You must be signed in to change notification settings - Fork 135
Support etcd certificate rotation #56
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
My cluster refuses to start today because the etcd certificates expired. I was looking for some tooling to automatically renew them, but it seems I have to do it manually? This cluster was created using kubeadm. |
I send a PR to implement certificates rotation, if someone needs, welcome to review it. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Initial VFS discovery mechanism
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Initial VFS discovery mechanism
Initial VFS discovery mechanism
Initial VFS discovery mechanism
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Initial VFS discovery mechanism
The Peer, Client and Server certs we generate today is valid for one year. We will need to run
etcdadm reset
followed byetcdadm join/init
to create new certs within the given year for the etcd cluster to continue functioning.Cert rollover needs to be implemented.
The text was updated successfully, but these errors were encountered: