1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm join phase preflight - Run join pre-flight checks
10
11
12
14 kubeadm join phase preflight [OPTIONS]
15
16
17
19 Run pre-flight checks for kubeadm join.
20
21
22
24 --apiserver-advertise-address="" If the node should host a new
25 control plane instance, the IP address the API Server will advertise
26 it's listening on. If not set the default network interface will be
27 used.
28
29
30 --apiserver-bind-port=6443 If the node should host a new control
31 plane instance, the port for the API Server to bind to.
32
33
34 --certificate-key="" Use this key to decrypt the certificate se‐
35 crets uploaded by init.
36
37
38 --config="" Path to a kubeadm configuration file.
39
40
41 --control-plane=false Create a new control plane instance on this
42 node
43
44
45 --cri-socket="" Path to the CRI socket to connect. If empty
46 kubeadm will try to auto-detect this value; use this option only if you
47 have more than one CRI installed or if you have non-standard CRI
48 socket.
49
50
51 --discovery-file="" For file-based discovery, a file or URL from
52 which to load cluster information.
53
54
55 --discovery-token="" For token-based discovery, the token used to
56 validate cluster information fetched from the API server.
57
58
59 --discovery-token-ca-cert-hash=[] For token-based discovery, vali‐
60 date that the root CA public key matches this hash (format: ":").
61
62
63 --discovery-token-unsafe-skip-ca-verification=false For token-
64 based discovery, allow joining without --discovery-token-ca-cert-hash
65 pinning.
66
67
68 --dry-run=false Don't apply any changes; just output what would be
69 done.
70
71
72 --ignore-preflight-errors=[] A list of checks whose errors will be
73 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
74 nores errors from all checks.
75
76
77 --node-name="" Specify the node name.
78
79
80 --tls-bootstrap-token="" Specify the token used to temporarily au‐
81 thenticate with the Kubernetes Control Plane while joining the node.
82
83
84 --token="" Use this token for both discovery-token and tls-boot‐
85 strap-token when those values are not provided.
86
87
88
90 --azure-container-registry-config="" Path to the file containing
91 Azure container registry configuration information.
92
93
94 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
95 filesystem.
96
97
98 --version=false Print version information and quit
99
100
101
103 # Run join pre-flight checks using a config file.
104 kubeadm join phase preflight --config kubeadm-config.yaml
105
106
107
108
110 kubeadm-join-phase(1),
111
112
113
115 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
116 com) based on the kubernetes source material, but hopefully they have
117 been automatically generated since!
118
119
120
121Manuals User KUBERNETES(1)(kubernetes)