1KUBERNETES(1)(kubernetes) KUBERNETES(1)(kubernetes)
2
3
4
5Eric Paris Jan 2015
6
7
9 kubeadm init phase preflight - Run pre-flight checks
10
11
12
14 kubeadm init phase preflight [OPTIONS]
15
16
17
19 Run pre-flight checks for kubeadm init.
20
21
22
24 --config="" Path to a kubeadm configuration file.
25
26
27 --cri-socket="" Path to the CRI socket to connect. If empty
28 kubeadm will try to auto-detect this value; use this option only if you
29 have more than one CRI installed or if you have non-standard CRI
30 socket.
31
32
33 --dry-run=false Don't apply any changes; just output what would be
34 done.
35
36
37 --ignore-preflight-errors=[] A list of checks whose errors will be
38 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
39 nores errors from all checks.
40
41
42
44 --azure-container-registry-config="" Path to the file containing
45 Azure container registry configuration information.
46
47
48 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
49 filesystem.
50
51
52 --version=false Print version information and quit
53
54
55
57 # Run pre-flight checks for kubeadm init using a config file.
58 kubeadm init phase preflight --config kubeadm-config.yaml
59
60
61
62
64 kubeadm-init-phase(1),
65
66
67
69 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
70 com) based on the kubernetes source material, but hopefully they have
71 been automatically generated since!
72
73
74
75Manuals User KUBERNETES(1)(kubernetes)