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

NAME

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

SYNOPSIS

11       kubeadm init phase preflight [OPTIONS]
12
13
14

DESCRIPTION

16       Run  master  pre-flight  checks, functionally equivalent to what impleā€
17       mented by kubeadm init.
18
19
20

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

53                # Run master pre-flight checks using a config file.
54                kubeadm init phase preflight --config kubeadm-config.yml
55
56
57
58

SEE ALSO

60       kubeadm-init-phase(1),
61
62
63

HISTORY

65       January  2015,  Originally compiled by Eric Paris (eparis at redhat dot
66       com) based on the kubernetes source material, but hopefully  they  have
67       been automatically generated since!
68
69
70
71Eric Paris                  kubernetes User Manuals              KUBERNETES(1)
Impressum