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 --ignore-preflight-errors=[] A list of checks whose errors will be
28 shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
29 nores errors from all checks.
30
31
32
34 --azure-container-registry-config="" Path to the file containing
35 Azure container registry configuration information.
36
37
38 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
39 filesystem.
40
41
42 --version=false Print version information and quit
43
44
45
47 # Run pre-flight checks for kubeadm init using a config file.
48 kubeadm init phase preflight --config kubeadm-config.yaml
49
50
51
52
54 kubeadm-init-phase(1),
55
56
57
59 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
60 com) based on the kubernetes source material, but hopefully they have
61 been automatically generated since!
62
63
64
65Manuals User KUBERNETES(1)(kubernetes)