1KUBERNETES(1)(kubernetes)                            KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7

NAME

9       kubeadm join phase preflight - Run join pre-flight checks
10
11
12

SYNOPSIS

14       kubeadm join phase preflight [OPTIONS]
15
16
17

DESCRIPTION

19       Run pre-flight checks for kubeadm join.
20
21
22

OPTIONS

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 kubeadm config 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       --ignore-preflight-errors=[]      A list of checks whose errors will be
69       shown as warnings. Example: 'IsPrivilegedUser,Swap'.  Value  'all'  ig‐
70       nores errors from all checks.
71
72
73       --node-name=""      Specify the node name.
74
75
76       --tls-bootstrap-token=""      Specify the token used to temporarily au‐
77       thenticate with the Kubernetes Control Plane while joining the node.
78
79
80       --token=""      Use this token for both discovery-token  and  tls-boot‐
81       strap-token when those values are not provided.
82
83
84

OPTIONS INHERITED FROM PARENT COMMANDS

86       --azure-container-registry-config=""       Path  to the file containing
87       Azure container registry configuration information.
88
89
90       --rootfs=""      [EXPERIMENTAL]  The  path  to  the  'real'  host  root
91       filesystem.
92
93
94       --version=false      Print version information and quit
95
96
97

EXAMPLE

99                # Run join pre-flight checks using a config file.
100                kubeadm join phase preflight --config kubeadm-config.yaml
101
102
103
104

SEE ALSO

106       kubeadm-join-phase(1),
107
108
109

HISTORY

111       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
112       com) based on the kubernetes source material, but hopefully  they  have
113       been automatically generated since!
114
115
116
117Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum