Run master pre-flight checks
Run master pre-flight checks, functionally equivalent to what implemented by kubeadm init.
kubeadm init phase preflight [flags]
# Run master pre-flight checks using a config file.
kubeadm init phase preflight --config kubeadm-config.yml
| --config string | |
| Path to kubeadm config file. WARNING: Usage of a configuration file is experimental. | |
| -h, --help | |
| help for preflight | |
| --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. | |
Was this page helpful?
Thanks for the feedback. If you have a specific, answerable question about how to use Kubernetes, ask it on Stack Overflow. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.