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 --kubernetes-version="stable-1"
50 Choose a specific Kubernetes version for the control plane.
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-init-phase-certs(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)