1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm  init  phase etcd local - Generate the static Pod manifest file
10       for a local, single-node local etcd instance
11
12
13

SYNOPSIS

15       kubeadm init phase etcd local [OPTIONS]
16
17
18

DESCRIPTION

20       Generate the static Pod manifest file for a  local,  single-node  local
21       etcd instance
22
23
24

OPTIONS

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="k8s.gcr.io"      Choose  a  container  registry  to
34       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       "patchtype" can be one of "strategic", "merge" or "json" and they match
42       the patch formats supported by  kubectl.  The  default  "patchtype"  is
43       "strategic".  "extension"  must be either "json" or "yaml". "suffix" is
44       an optional string that can be used to determine which patches are  ap‐
45       plied first alpha-numerically.
46
47
48

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

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

SEE ALSO

75       kubeadm-init-phase-etcd(1),
76
77
78

HISTORY

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)
Impressum