1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm alpha phase certs renew etcd-server - Generates the certificate
7 for serving etcd
8
9
10
12 kubeadm alpha phase certs renew etcd-server [OPTIONS]
13
14
15
17 Renews the certificate for serving etcd, and saves them into
18 etcd/server.cert and etcd/server.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 kubeadm config file (WARNING: Usage of a configuration file
33 is experimental)
34
35
36 --kubeconfig="/etc/kubernetes/admin.conf"
37 The KubeConfig file to use when talking to the cluster. If the flag
38 is not set, a set of standard locations are searched for an existing
39 KubeConfig file.
40
41
42 --use-api=false
43 Use the Kubernetes certificate API to renew certificates
44
45
46
48 --azure-container-registry-config=""
49 Path to the file containing Azure container registry configuration
50 information.
51
52
53 --google-json-key=""
54 The Google Cloud Platform Service Account JSON Key to use for
55 authentication.
56
57
58 --log-flush-frequency=5s
59 Maximum number of seconds between log flushes
60
61
62 --rootfs=""
63 [EXPERIMENTAL] The path to the 'real' host root filesystem.
64
65
66 --version=false
67 Print version information and quit
68
69
70
72 kubeadm-alpha-phase-certs-renew(1),
73
74
75
77 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
78 com) based on the kubernetes source material, but hopefully they have
79 been automatically generated since!
80
81
82
83Eric Paris kubernetes User Manuals KUBERNETES(1)