1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase control-plane-join update-status - Register the new
10 control-plane node into the ClusterStatus maintained in the kubeadm-
11 config ConfigMap (DEPRECATED)
12
13
14
16 kubeadm join phase control-plane-join update-status [OPTIONS]
17
18
19
21 Register the new control-plane node into the ClusterStatus maintained
22 in the kubeadm-config ConfigMap (DEPRECATED)
23
24
25
27 --apiserver-advertise-address="" If the node should host a new
28 control plane instance, the IP address the API Server will advertise
29 it's listening on. If not set the default network interface will be
30 used.
31
32
33 --config="" Path to kubeadm config file.
34
35
36 --control-plane=false Create a new control plane instance on this
37 node
38
39
40 --node-name="" Specify the node name.
41
42
43
45 --azure-container-registry-config="" Path to the file containing
46 Azure container registry configuration information.
47
48
49 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
50 filesystem.
51
52
53 --version=false Print version information and quit
54
55
56
58 kubeadm-join-phase-control-plane-join(1),
59
60
61
63 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
64 com) based on the kubernetes source material, but hopefully they have
65 been automatically generated since!
66
67
68
69Manuals User KUBERNETES(1)(kubernetes)