1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs etcd-server - Generates the certificate for
7 serving etcd
8
9
10
12 kubeadm init phase certs etcd-server [OPTIONS]
13
14
15
17 Generates the certificate for serving etcd, and saves them into
18 etcd/server.cert and etcd/server.key files.
19
20
21 Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
22
23
24 If both files already exist, kubeadm skips the generation step and
25 existing files will be used.
26
27
28 Alpha Disclaimer: this command is currently alpha.
29
30
31
33 --cert-dir="/etc/kubernetes/pki"
34 The path where to save and store the certificates.
35
36
37 --config=""
38 Path to kubeadm config file. WARNING: Usage of a configuration file
39 is experimental.
40
41
42 --csr-dir=""
43 The path to output the CSRs and private keys to
44
45
46 --csr-only=false
47 Create CSRs instead of generating certificates
48
49
50
52 --azure-container-registry-config=""
53 Path to the file containing Azure container registry configuration
54 information.
55
56
57 --log-flush-frequency=5s
58 Maximum number of seconds between log flushes
59
60
61 --rootfs=""
62 [EXPERIMENTAL] The path to the 'real' host root filesystem.
63
64
65 --version=false
66 Print version information and quit
67
68
69
71 kubeadm-init-phase-certs(1),
72
73
74
76 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
77 com) based on the kubernetes source material, but hopefully they have
78 been automatically generated since!
79
80
81
82Eric Paris kubernetes User Manuals KUBERNETES(1)