1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase certs etcd-server - Generate the certificate for
10 serving etcd
11
12
13
15 kubeadm init phase certs etcd-server [OPTIONS]
16
17
18
20 Generate the certificate for serving etcd, and save them into
21 etcd/server.crt and etcd/server.key files.
22
23
24 Default SANs are localhost, 127.0.0.1, 127.0.0.1, ::1
25
26
27 If both files already exist, kubeadm skips the generation step and ex‐
28 isting files will be used.
29
30
31 Alpha Disclaimer: this command is currently alpha.
32
33
34
36 --cert-dir="/etc/kubernetes/pki" The path where to save and store
37 the certificates.
38
39
40 --config="" Path to a kubeadm configuration file.
41
42
43 --dry-run=false Don't apply any changes; just output what would be
44 done.
45
46
47 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
48 sion for the control plane.
49
50
51
53 --azure-container-registry-config="" Path to the file containing
54 Azure container registry configuration information.
55
56
57 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
58 filesystem.
59
60
61 --version=false Print version information and quit
62
63
64
66 kubeadm-init-phase-certs(1),
67
68
69
71 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
72 com) based on the kubernetes source material, but hopefully they have
73 been automatically generated since!
74
75
76
77Manuals User KUBERNETES(1)(kubernetes)