1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm init phase etcd local - Generates the static Pod manifest file
7 for a local, single-node local etcd instance.
8
9
10
12 kubeadm init phase etcd local [OPTIONS]
13
14
15
17 Generates the static Pod manifest file for a local, single-node local
18 etcd instance.
19
20
21
23 --cert-dir="/etc/kubernetes/pki"
24 The path where to save and store the certificates.
25
26
27 --config=""
28 Path to kubeadm config file. WARNING: Usage of a configuration file
29 is experimental.
30
31
32 --image-repository="k8s.gcr.io"
33 Choose a container registry to pull control plane images from
34
35
36
38 --azure-container-registry-config=""
39 Path to the file containing Azure container registry configuration
40 information.
41
42
43 --log-flush-frequency=5s
44 Maximum number of seconds between log flushes
45
46
47 --rootfs=""
48 [EXPERIMENTAL] The path to the 'real' host root filesystem.
49
50
51 --version=false
52 Print version information and quit
53
54
55
57 # Generates the static Pod manifest file for etcd, functionally
58 # equivalent to what is generated by kubeadm init.
59 kubeadm init phase etcd local
60
61 # Generates the static Pod manifest file for etcd using options
62 # read from a configuration file.
63 kubeadm init phase etcd local --config config.yaml
64
65
66
67
69 kubeadm-init-phase-etcd(1),
70
71
72
74 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
75 com) based on the kubernetes source material, but hopefully they have
76 been automatically generated since!
77
78
79
80Eric Paris kubernetes User Manuals KUBERNETES(1)