Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

expiration of self-signed certificates in kubernetes clusters #974

Open
xander-sh opened this issue Mar 26, 2021 · 1 comment
Open

expiration of self-signed certificates in kubernetes clusters #974

xander-sh opened this issue Mar 26, 2021 · 1 comment

Comments

@xander-sh
Copy link

Hello.
We provide CSE for internal dev team.
How can we keep track of expiration of self-signed certificates in kubernetes clusters?
I can run kubeadm alpha cert check-expiration on master node.

kubeadm alpha certs  check-expiration
CERTIFICATE                EXPIRES                  RESIDUAL TIME   EXTERNALLY MANAGED
admin.conf                 Aug 14, 2021 11:45 UTC   140d            no
apiserver                  Aug 14, 2021 11:45 UTC   140d            no
apiserver-etcd-client      Aug 14, 2021 11:45 UTC   140d            no
apiserver-kubelet-client   Aug 14, 2021 11:45 UTC   140d            no
controller-manager.conf    Aug 14, 2021 11:45 UTC   140d            no
etcd-healthcheck-client    Aug 14, 2021 11:45 UTC   140d            no
etcd-peer                  Aug 14, 2021 11:45 UTC   140d            no
etcd-server                Aug 14, 2021 11:45 UTC   140d            no
front-proxy-client         Aug 14, 2021 11:45 UTC   140d            no
scheduler.conf             Aug 14, 2021 11:45 UTC   140d            no

Does CSE have some internal logic to keep track expiration certs?

@arunmk
Copy link
Contributor

arunmk commented Mar 26, 2021

Currently CSE does not have an internal logic to track when the certs expire. There are thoughts on providing external CA which can make this process simpler as a future task. However that task is not yet planned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants