1KUBERNETES(1) Jan 2015 KUBERNETES(1)
2
3
4
6 kubeadm join phase control-plane-prepare all - Prepare the machine for
7 serving a control plane
8
9
10
12 kubeadm join phase control-plane-prepare all [OPTIONS]
13
14
15
17 Prepare the machine for serving a control plane
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 --apiserver-bind-port=6443
29 If the node should host a new control plane instance, the port for
30 the API Server to bind to.
31
32
33 --certificate-key=""
34 Use this key to decrypt the certificate secrets uploaded by init.
35
36
37 --config=""
38 Path to kubeadm config file.
39
40
41 --control-plane=false
42 Create a new control plane instance on this node
43
44
45 --discovery-file=""
46 For file-based discovery, a file or URL from which to load cluster
47 information.
48
49
50 --discovery-token=""
51 For token-based discovery, the token used to validate cluster
52 information fetched from the API server.
53
54
55 --discovery-token-ca-cert-hash=[]
56 For token-based discovery, validate that the root CA public key
57 matches this hash (format: "<type>:<value>").
58
59
60 --discovery-token-unsafe-skip-ca-verification=false
61 For token-based discovery, allow joining without
62 --discovery-token-ca-cert-hash pinning.
63
64
65 -k, --experimental-kustomize=""
66 The path where kustomize patches for static pod manifests are
67 stored.
68
69
70 --node-name=""
71 Specify the node name.
72
73
74 --tls-bootstrap-token=""
75 Specify the token used to temporarily authenticate with the
76 Kubernetes Control Plane while joining the node.
77
78
79 --token=""
80 Use this token for both discovery-token and tls-bootstrap-token
81 when those values are not provided.
82
83
84
86 --azure-container-registry-config=""
87 Path to the file containing Azure container registry configuration
88 information.
89
90
91 --log-flush-frequency=5s
92 Maximum number of seconds between log flushes
93
94
95 --rootfs=""
96 [EXPERIMENTAL] The path to the 'real' host root filesystem.
97
98
99 --version=false
100 Print version information and quit
101
102
103
105 kubeadm-join-phase-control-plane-prepare(1),
106
107
108
110 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
111 com) based on the kubernetes source material, but hopefully they have
112 been automatically generated since!
113
114
115
116Eric Paris kubernetes User Manuals KUBERNETES(1)