1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm alpha certs renew all - Renew all available certificates
7
8
9

SYNOPSIS

11       kubeadm alpha certs renew all [OPTIONS]
12
13
14

DESCRIPTION

16       Renew  all  known  certificates  necessary  to  run  the control plane.
17       Renewals  are  run  unconditionally,  regardless  of  expiration  date.
18       Renewals can also be run individually for more control.
19
20
21

OPTIONS

23       --cert-dir="/etc/kubernetes/pki"
24           The path where to save the certificates
25
26
27       --config=""
28           Path to a kubeadm configuration file.
29
30
31       --csr-dir=""
32           The path to output the CSRs and private keys to
33
34
35       --csr-only=false
36           Create CSRs instead of generating certificates
37
38
39       --kubeconfig="/etc/kubernetes/admin.conf"
40           The kubeconfig file to use when talking to the cluster. If the flag
41       is not set, a set of standard locations can be searched for an existing
42       kubeconfig file.
43
44
45       --use-api=false
46           Use the Kubernetes certificate API to renew certificates
47
48
49

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

70       kubeadm-alpha-certs-renew(1),
71
72
73

HISTORY

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