1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase etcd local - Generate the static Pod manifest file
10 for a local, single-node local etcd instance
11
12
13
15 kubeadm init phase etcd local [OPTIONS]
16
17
18
20 Generate the static Pod manifest file for a local, single-node local
21 etcd instance
22
23
24
26 --cert-dir="/etc/kubernetes/pki" The path where to save and store
27 the certificates.
28
29
30 --config="" Path to a kubeadm configuration file.
31
32
33 --experimental-patches="" Path to a directory that contains files
34 named "target[suffix][+patchtype].extension". For example, "kube-apis‐
35 erver0+merge.yaml" or just "etcd.json". "patchtype" can be one of
36 "strategic", "merge" or "json" and they match the patch formats sup‐
37 ported by kubectl. The default "patchtype" is "strategic". "extension"
38 must be either "json" or "yaml". "suffix" is an optional string that
39 can be used to determine which patches are applied first alpha-numeri‐
40 cally.
41
42
43 --image-repository="k8s.gcr.io" Choose a container registry to
44 pull control plane images from
45
46
47
49 --azure-container-registry-config="" Path to the file containing
50 Azure container registry configuration information.
51
52
53 --log-flush-frequency=5s Maximum number of seconds between log
54 flushes
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 # Generates the static Pod manifest file for etcd, functionally
67 # equivalent to what is generated by kubeadm init.
68 kubeadm init phase etcd local
69
70 # Generates the static Pod manifest file for etcd using options
71 # read from a configuration file.
72 kubeadm init phase etcd local --config config.yaml
73
74
75
76
78 kubeadm-init-phase-etcd(1),
79
80
81
83 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
84 com) based on the kubernetes source material, but hopefully they have
85 been automatically generated since!
86
87
88
89Manuals User KUBERNETES(1)(kubernetes)