1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase control-plane-join etcd - Add a new local etcd mem‐
10 ber
11
12
13
15 kubeadm join phase control-plane-join etcd [OPTIONS]
16
17
18
20 Add a new local etcd member
21
22
23
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 --experimental-patches="" Path to a directory that contains files
39 named "target[suffix][+patchtype].extension". For example, "kube-apis‐
40 erver0+merge.yaml" or just "etcd.json". "patchtype" can be one of
41 "strategic", "merge" or "json" and they match the patch formats sup‐
42 ported by kubectl. The default "patchtype" is "strategic". "extension"
43 must be either "json" or "yaml". "suffix" is an optional string that
44 can be used to determine which patches are applied first alpha-numeri‐
45 cally.
46
47
48 --node-name="" Specify the node name.
49
50
51
53 --azure-container-registry-config="" Path to the file containing
54 Azure container registry configuration information.
55
56
57 --log-flush-frequency=5s Maximum number of seconds between log
58 flushes
59
60
61 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
62 filesystem.
63
64
65 --version=false Print version information and quit
66
67
68
70 kubeadm-join-phase-control-plane-join(1),
71
72
73
75 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
76 com) based on the kubernetes source material, but hopefully they have
77 been automatically generated since!
78
79
80
81Manuals User KUBERNETES(1)(kubernetes)