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 --kubernetes-version="stable-1" Choose a specific Kubernetes ver‐
44 sion for the control plane.
45
46
47
49 --azure-container-registry-config="" Path to the file containing
50 Azure container registry configuration information.
51
52
53 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
54 filesystem.
55
56
57 --version=false Print version information and quit
58
59
60
62 kubeadm-init-phase-certs(1),
63
64
65
67 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
68 com) based on the kubernetes source material, but hopefully they have
69 been automatically generated since!
70
71
72
73Manuals User KUBERNETES(1)(kubernetes)