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

NAME

9       kubeadm  join phase control-plane-join etcd - Add a new local etcd mem‐
10       ber
11
12
13

SYNOPSIS

15       kubeadm join phase control-plane-join etcd [OPTIONS]
16
17
18

DESCRIPTION

20       Add a new local etcd member
21
22
23

OPTIONS

25       --apiserver-advertise-address=""      If the node  should  host  a  new
26       control  plane  instance,  the IP address the API Server will advertise
27       it's listening on. If not set the default  network  interface  will  be
28       used.
29
30
31       --config=""      Path to kubeadm config file.
32
33
34       --control-plane=false       Create a new control plane instance on this
35       node
36
37
38       --node-name=""      Specify the node name.
39
40
41       --patches=""      Path to a directory that contains files  named  "tar‐
42       get[suffix][+patchtype].extension".     For     example,    "kube-apis‐
43       erver0+merge.yaml" or just "etcd.json". "target" can be one  of  "kube-
44       apiserver",    "kube-controller-manager",   "kube-scheduler",   "etcd",
45       "kubeletconfiguration". "patchtype" can be one of "strategic",  "merge"
46       or  "json"  and  they match the patch formats supported by kubectl. The
47       default "patchtype" is "strategic". "extension" must be  either  "json"
48       or "yaml". "suffix" is an optional string that can be used to determine
49       which patches are applied first alpha-numerically.
50
51
52

OPTIONS INHERITED FROM PARENT COMMANDS

54       --azure-container-registry-config=""      Path to the  file  containing
55       Azure container registry configuration information.
56
57
58       --rootfs=""       [EXPERIMENTAL]  The  path  to  the  'real'  host root
59       filesystem.
60
61
62       --version=false      Print version information and quit
63
64
65

SEE ALSO

67       kubeadm-join-phase-control-plane-join(1),
68
69
70

HISTORY

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