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

NAME

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

SYNOPSIS

14       kubeadm init phase preflight [OPTIONS]
15
16
17

DESCRIPTION

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

OPTIONS

24       --config=""      Path to a kubeadm configuration file.
25
26
27       --dry-run=false      Don't apply any changes; just output what would be
28       done.
29
30
31       --ignore-preflight-errors=[]      A list of checks whose errors will be
32       shown  as  warnings.  Example: 'IsPrivilegedUser,Swap'. Value 'all' ig‐
33       nores errors from all checks.
34
35
36

OPTIONS INHERITED FROM PARENT COMMANDS

38       --azure-container-registry-config=""      Path to the  file  containing
39       Azure container registry configuration information.
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

EXAMPLE

51                # Run pre-flight checks for kubeadm init using a config file.
52                kubeadm init phase preflight --config kubeadm-config.yaml
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
69Manuals                              User            KUBERNETES(1)(kubernetes)
Impressum