1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm init phase etcd local - Generate the static Pod manifest file
7       for a local, single-node local etcd instance
8
9
10

SYNOPSIS

12       kubeadm init phase etcd local [OPTIONS]
13
14
15

DESCRIPTION

17       Generate the static Pod manifest file for a local, single-node local
18       etcd instance
19
20
21

OPTIONS

23       --cert-dir="/etc/kubernetes/pki"
24           The path where to save and store the certificates.
25
26
27       --config=""
28           Path to a kubeadm configuration file.
29
30
31       -k, --experimental-kustomize=""
32           The path where kustomize patches for static pod manifests are
33       stored.
34
35
36       --image-repository="k8s.gcr.io"
37           Choose a container registry to pull control plane images from
38
39
40

OPTIONS INHERITED FROM PARENT COMMANDS

42       --azure-container-registry-config=""
43           Path to the file containing Azure container registry configuration
44       information.
45
46
47       --log-flush-frequency=5s
48           Maximum number of seconds between log flushes
49
50
51       --rootfs=""
52           [EXPERIMENTAL] The path to the 'real' host root filesystem.
53
54
55       --version=false
56           Print version information and quit
57
58
59

EXAMPLE

61                # Generates the static Pod manifest file for etcd, functionally
62                # equivalent to what is generated by kubeadm init.
63                kubeadm init phase etcd local
64
65                # Generates the static Pod manifest file for etcd using options
66                # read from a configuration file.
67                kubeadm init phase etcd local --config config.yaml
68
69
70
71

SEE ALSO

73       kubeadm-init-phase-etcd(1),
74
75
76

HISTORY

78       January 2015, Originally compiled by Eric Paris (eparis at redhat dot
79       com) based on the kubernetes source material, but hopefully they have
80       been automatically generated since!
81
82
83
84Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum