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