Run master pre-flight checks
Run master pre-flight checks, functionally equivalent to what implemented by kubeadm init.
Alpha Disclaimer: this command is currently alpha.
kubeadm alpha phase preflight master [flags]
# Run master pre-flight checks.
kubeadm alpha phase preflight master
-h, --help | |
help for master |
--config string | |
Path to kubeadm config file (WARNING: Usage of a configuration file is experimental) | |
--ignore-preflight-errors stringSlice | |
A list of checks whose errors will be shown as warnings. Example: 'IsPrivilegedUser,Swap'. Value 'all' ignores errors from all checks. | |
--rootfs string | |
[EXPERIMENTAL] The path to the 'real' host root filesystem. |