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 --log-flush-frequency=5s Maximum number of seconds between log
39 flushes
40
41
42 --rootfs="" [EXPERIMENTAL] The path to the 'real' host root
43 filesystem.
44
45
46 --version=false Print version information and quit
47
48
49
51 # Run pre-flight checks for kubeadm init using a config file.
52 kubeadm init phase preflight --config kubeadm-config.yml
53
54
55
56
58 kubeadm-init-phase(1),
59
60
61
63 January 2015, Originally compiled by Eric Paris (eparis at redhat dot
64 com) based on the kubernetes source material, but hopefully they have
65 been automatically generated since!
66
67
68
69Manuals User KUBERNETES(1)(kubernetes)