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 a kubeadm configuration file.
32
33
34 --control-plane=false Create a new control plane instance on this
35 node
36
37
38 --dry-run=false Don't apply any changes; just output what would be
39 done.
40
41
42 --node-name="" Specify the node name.
43
44
45 --patches="" Path to a directory that contains files named "tar‐
46 get[suffix][+patchtype].extension". For example, "kube-apis‐
47 erver0+merge.yaml" or just "etcd.json". "target" can be one of "kube-
48 apiserver", "kube-controller-manager", "kube-scheduler", "etcd",
49 "kubeletconfiguration". "patchtype" can be one of "strategic", "merge"
50 or "json" and they match the patch formats supported by kubectl. The
51 default "patchtype" is "strategic". "extension" must be either "json"
52 or "yaml". "suffix" is an optional string that can be used to determine
53 which patches are applied first alpha-numerically.
54
55
56
58 --azure-container-registry-config="" Path to the file containing
59 Azure container registry configuration information.
60
61
62 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
63 filesystem.
64
65
66 --version=false Print version information and quit
67
68
69
71 kubeadm-join-phase-control-plane-join(1),
72
73
74
76 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
77 com) based on the kubernetes source material, but hopefully they have
78 been automatically generated since!
79
80
81
82Manuals User KUBERNETES(1)(kubernetes)