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
11 kubeadm-config ConfigMap
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
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 --log-flush-frequency=5s Maximum number of seconds between log
50 flushes
51
52
53 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
54 filesystem.
55
56
57 --version=false Print version information and quit
58
59
60
62 kubeadm-join-phase-control-plane-join(1),
63
64
65
67 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
68 com) based on the kubernetes source material, but hopefully they have
69 been automatically generated since!
70
71
72
73Manuals User KUBERNETES(1)(kubernetes)