Skip to content

Commit

Permalink
Add some details about certs
Browse files Browse the repository at this point in the history
  • Loading branch information
MalloZup committed Feb 11, 2019
1 parent 47686e9 commit 086ce57
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,12 @@ You should be familiar with [PKI certificates and requirements in Kubernetes](/d

## Renew certificates with the certificates API

Kubeadm can renew certificates with the `kubeadm alpha certs renew` commands.
The Kubernetes certificates reach normally their expiration date after 1 Year.

Kubeadm can renew certificates with the `kubeadm alpha certs renew` commands; you should run this command on Master only.

Typically this is done by loading on-disk CA certificates and keys and using them to issue new certificates.

This approach works well if your certificate tree is self-contained. However, if your certificates are externally
managed, you might need a different approach.

Expand Down

0 comments on commit 086ce57

Please sign in to comment.