1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase control-plane-join - Join a machine as a control
10 plane instance
11
12
13
15 kubeadm join phase control-plane-join [OPTIONS]
16
17
18
20 Join a machine as a control plane instance
21
22
23
25 --azure-container-registry-config="" Path to the file containing
26 Azure container registry configuration information.
27
28
29 --log-flush-frequency=5s Maximum number of seconds between log
30 flushes
31
32
33 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
34 filesystem.
35
36
37 --version=false Print version information and quit
38
39
40
42 # Joins a machine as a control plane instance
43 kubeadm join phase control-plane-join all
44
45
46
47
49 kubeadm-join-phase(1), kubeadm-join-phase-control-plane-join-all(1),
50 kubeadm-join-phase-control-plane-join-etcd(1), kubeadm-join-phase-con‐
51 trol-plane-join-mark-control-plane(1), kubeadm-join-phase-con‐
52 trol-plane-join-update-status(1),
53
54
55
57 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
58 com) based on the kubernetes source material, but hopefully they have
59 been automatically generated since!
60
61
62
63Manuals User KUBERNETES(1)(kubernetes)