1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase certs etcd-peer - Generate the certificate for etcd
7 nodes to communicate with each other
8
9
10
12 kubeadm init phase certs etcd-peer [OPTIONS]
13
14
15
17 Generate the certificate for etcd nodes to communicate with each other,
18 and save them into etcd/peer.cert and etcd/peer.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 a kubeadm configuration file.
39
40
41 --csr-dir=""
42 The path to output the CSRs and private keys to
43
44
45 --csr-only=false
46 Create CSRs instead of generating certificates
47
48
49
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
70 kubeadm-init-phase-certs(1),
71
72
73
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)