1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha certs renew apiserver - Generates the certificate for
7 serving the Kubernetes API
8
9
10
12 kubeadm alpha certs renew apiserver [OPTIONS]
13
14
15
17 Renews the certificate for serving the Kubernetes API, and saves them
18 into apiserver.cert and apiserver.key files.
19
20
21 Extra attributes such as SANs will be based on the existing certifiā
22 cates, there is no need to resupply them.
23
24
25
27 --cert-dir="/etc/kubernetes/pki"
28 The path where to save the certificates
29
30
31 --config=""
32 Path to a kubeadm configuration file.
33
34
35 --csr-dir=""
36 The path to output the CSRs and private keys to
37
38
39 --csr-only=false
40 Create CSRs instead of generating certificates
41
42
43 --kubeconfig="/etc/kubernetes/admin.conf"
44 The kubeconfig file to use when talking to the cluster. If the flag
45 is not set, a set of standard locations are searched for an existing
46 KubeConfig file.
47
48
49 --use-api=false
50 Use the Kubernetes certificate API to renew certificates
51
52
53
55 --azure-container-registry-config=""
56 Path to the file containing Azure container registry configuration
57 information.
58
59
60 --log-flush-frequency=5s
61 Maximum number of seconds between log flushes
62
63
64 --rootfs=""
65 [EXPERIMENTAL] The path to the 'real' host root filesystem.
66
67
68 --version=false
69 Print version information and quit
70
71
72
74 kubeadm-alpha-certs-renew(1),
75
76
77
79 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
80 com) based on the kubernetes source material, but hopefully they have
81 been automatically generated since!
82
83
84
85Eric Paris kubernetes User Manuals KUBERNETES(1)