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

NAME

9       kubeadm alpha certs renew all - Renew all available certificates
10
11
12

SYNOPSIS

14       kubeadm alpha certs renew all [OPTIONS]
15
16
17

DESCRIPTION

19       Renew  all  known  certificates necessary to run the control plane. Re‐
20       newals are run unconditionally, regardless of expiration date. Renewals
21       can also be run individually for more control.
22
23
24

OPTIONS

26       --cert-dir="/etc/kubernetes/pki"       The  path where to save the cer‐
27       tificates
28
29
30       --config=""      Path to a kubeadm configuration file.
31
32
33       --csr-dir=""      The path to output the CSRs and private keys to
34
35
36       --csr-only=false      Create CSRs instead of generating certificates
37
38
39       --kubeconfig="/etc/kubernetes/admin.conf"      The kubeconfig  file  to
40       use when talking to the cluster. If the flag is not set, a set of stan‐
41       dard locations can be searched for an existing kubeconfig file.
42
43
44

OPTIONS INHERITED FROM PARENT COMMANDS

46       --azure-container-registry-config=""      Path to the  file  containing
47       Azure container registry configuration information.
48
49
50       --log-flush-frequency=5s       Maximum  number  of  seconds between log
51       flushes
52
53
54       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
55       filesystem.
56
57
58       --version=false      Print version information and quit
59
60
61

SEE ALSO

63       kubeadm-alpha-certs-renew(1),
64
65
66

HISTORY

68       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
69       com) based on the kubernetes source material, but hopefully  they  have
70       been automatically generated since!
71
72
73
74Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum