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       --image-repository="k8s.gcr.io"
32           Choose a container registry to pull control plane images from
33
34
35

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

56                # Generates the static Pod manifest file for etcd, functionally
57                # equivalent to what is generated by kubeadm init.
58                kubeadm init phase etcd local
59
60                # Generates the static Pod manifest file for etcd using options
61                # read from a configuration file.
62                kubeadm init phase etcd local --config config.yaml
63
64
65
66

SEE ALSO

68       kubeadm-init-phase-etcd(1),
69
70
71

HISTORY

73       January 2015, Originally compiled by Eric Paris (eparis at  redhat  dot
74       com)  based  on the kubernetes source material, but hopefully they have
75       been automatically generated since!
76
77
78
79Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum