1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm certs renew etcd-peer - Renew the certificate for etcd nodes to
10       communicate with each other
11
12
13

SYNOPSIS

15       kubeadm certs renew etcd-peer [OPTIONS]
16
17
18

DESCRIPTION

20       Renew the certificate for etcd nodes to communicate with each other.
21
22
23       Renewals run  unconditionally,  regardless  of  certificate  expiration
24       date;  extra  attributes  such  as  SANs  will be based on the existing
25       file/certificates, there is no need to resupply them.
26
27
28       Renewal by default tries to use the certificate authority in the  local
29       PKI  managed  by kubeadm; as alternative it is possible to use K8s cer‐
30       tificate API for certificate renewal, or as a last option, to  generate
31       a CSR request.
32
33
34       After  renewal,  in  order  to  make  changes effective, is required to
35       restart control-plane components and eventually re-distribute  the  re‐
36       newed certificate in case the file is used elsewhere.
37
38
39

OPTIONS

41       --cert-dir="/etc/kubernetes/pki"       The  path where to save the cer‐
42       tificates
43
44
45       --config=""      Path to a kubeadm configuration file.
46
47
48       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
49       use when talking to the cluster. If the flag is not set, a set of stan‐
50       dard locations can be searched for an existing kubeconfig file.
51
52
53

OPTIONS INHERITED FROM PARENT COMMANDS

55       --azure-container-registry-config=""      Path to the  file  containing
56       Azure container registry configuration information.
57
58
59       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
60       filesystem.
61
62
63       --version=false      Print version information and quit
64
65
66

SEE ALSO

68       kubeadm-certs-renew(1),
69
70
71

HISTORY

73       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
74       com)  based  on the kubernetes source material, but hopefully they have
75       been automatically generated since!
76
77
78
79Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum