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 --image-repository="registry.k8s.io" Choose a container registry
34 to pull control plane images from
35
36
37 --patches="" Path to a directory that contains files named "tar‐
38 get[suffix][+patchtype].extension". For example, "kube-apis‐
39 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
40 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
41 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
42 or "json" and they match the patch formats supported by kubectl. The
43 default "patchtype" is "strategic". "extension" must be either "json"
44 or "yaml". "suffix" is an optional string that can be used to determine
45 which patches are applied first alpha-numerically.
46
47
48
50 --azure-container-registry-config="" Path to the file containing
51 Azure container registry configuration information.
52
53
54 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
55 filesystem.
56
57
58 --version=false Print version information and quit
59
60
61
63 # Generates the static Pod manifest file for etcd, functionally
64 # equivalent to what is generated by kubeadm init.
65 kubeadm init phase etcd local
66
67 # Generates the static Pod manifest file for etcd using options
68 # read from a configuration file.
69 kubeadm init phase etcd local --config config.yaml
70
71
72
73
75 kubeadm-init-phase-etcd(1),
76
77
78
80 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
81 com) based on the kubernetes source material, but hopefully they have
82 been automatically generated since!
83
84
85
86Manuals User KUBERNETES(1)(kubernetes)