1KUBERNETES(1)                      Jan 2015                      KUBERNETES(1)
2
3
4

NAME

6       kubeadm init phase preflight - Run pre-flight checks
7
8
9

SYNOPSIS

11       kubeadm init phase preflight [OPTIONS]
12
13
14

DESCRIPTION

16       Run pre-flight checks for kubeadm init.
17
18
19

OPTIONS

21       --config=""
22           Path to a kubeadm configuration file.
23
24
25       --ignore-preflight-errors=[]
26           A  list  of checks whose errors will be shown as warnings. Example:
27       'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks.
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

32       --azure-container-registry-config=""
33           Path to the file containing Azure container registry  configuration
34       information.
35
36
37       --log-flush-frequency=5s
38           Maximum number of seconds between log flushes
39
40
41       --rootfs=""
42           [EXPERIMENTAL] The path to the 'real' host root filesystem.
43
44
45       --version=false
46           Print version information and quit
47
48
49

EXAMPLE

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

SEE ALSO

58       kubeadm-init-phase(1),
59
60
61

HISTORY

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
69Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum