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

NAME

9       kubeadm  certs renew admin.conf - Renew the certificate embedded in the
10       kubeconfig file for the admin to use and for kubeadm itself
11
12
13

SYNOPSIS

15       kubeadm certs renew admin.conf [OPTIONS]
16
17
18

DESCRIPTION

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

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

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

HISTORY

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