kubeadm now pulls container images before the init step if it cannot find them on the system
* This commit also cleans up a dependency cycle
Closes #825
returnfmt.Sprintf("[preflight] Some fatal errors occurred:\n%s%s",e.Msg,"[preflight] If you know what you are doing, you can make a check non-fatal with `--ignore-preflight-errors=...`")
}
// Preflight identifies this error as a preflight error
func(e*Error)Preflight()bool{
returntrue
}
// Checker validates the state of the system to ensure kubeadm will be