1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-join all - Join a machine as a control
7 plane instance
8
9
10
12 kubeadm join phase control-plane-join all [OPTIONS]
13
14
15
17 Join a machine as a control plane instance
18
19
20
22 --apiserver-advertise-address=""
23 If the node should host a new control plane instance, the IP
24 address the API Server will advertise it's listening on. If not set the
25 default network interface will be used.
26
27
28 --config=""
29 Path to kubeadm config file.
30
31
32 --control-plane=false
33 Create a new control plane instance on this node
34
35
36 --node-name=""
37 Specify the node name.
38
39
40
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
61 kubeadm-join-phase-control-plane-join(1),
62
63
64
66 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
67 com) based on the kubernetes source material, but hopefully they have
68 been automatically generated since!
69
70
71
72Eric Paris kubernetes User Manuals KUBERNETES(1)