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

NAME

6       kubeadm alpha preflight node - Run node pre-flight checks
7
8
9

SYNOPSIS

11       kubeadm alpha preflight node [OPTIONS]
12
13
14

DESCRIPTION

16       Run node pre-flight checks, functionally equivalent to what implemented
17       by kubeadm join.
18
19
20       Alpha Disclaimer: this command is currently alpha.
21
22
23

OPTIONS

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

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

55                # Run node pre-flight checks.
56                kubeadm alpha preflight node
57
58
59
60

SEE ALSO

62       kubeadm-alpha-preflight(1),
63
64
65

HISTORY

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