1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-join update-status - Register the new
7 control-plane node into the ClusterStatus maintained in the
8 kubeadm-config ConfigMap
9
10
11
13 kubeadm join phase control-plane-join update-status [OPTIONS]
14
15
16
18 Register the new control-plane node into the ClusterStatus maintained
19 in the kubeadm-config ConfigMap
20
21
22
24 --apiserver-advertise-address=""
25 If the node should host a new control plane instance, the IP
26 address the API Server will advertise it's listening on. If not set the
27 default network interface will be used.
28
29
30 --config=""
31 Path to kubeadm config file.
32
33
34 --control-plane=false
35 Create a new control plane instance on this node
36
37
38 --experimental-control-plane=false
39 Create a new control plane instance on this node
40
41
42 --node-name=""
43 Specify the node name.
44
45
46
48 --azure-container-registry-config=""
49 Path to the file containing Azure container registry configuration
50 information.
51
52
53 --log-flush-frequency=5s
54 Maximum number of seconds between log flushes
55
56
57 --rootfs=""
58 [EXPERIMENTAL] The path to the 'real' host root filesystem.
59
60
61 --version=false
62 Print version information and quit
63
64
65
67 kubeadm-join-phase-control-plane-join(1),
68
69
70
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
78Eric Paris kubernetes User Manuals KUBERNETES(1)