mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 02:41:25 +00:00
Return preflightError if an error occurs when running the preflight
This commit is contained in:
parent
a750d8054a
commit
2a7e85bfdb
@ -1063,7 +1063,7 @@ func RunRootCheckOnly(ignorePreflightErrors sets.String) error {
|
||||
func RunPullImagesCheck(execer utilsexec.Interface, cfg *kubeadmapi.InitConfiguration, ignorePreflightErrors sets.String) error {
|
||||
containerRuntime, err := utilruntime.NewContainerRuntime(utilsexec.New(), cfg.NodeRegistration.CRISocket)
|
||||
if err != nil {
|
||||
return err
|
||||
return &Error{Msg: err.Error()}
|
||||
}
|
||||
|
||||
checks := []Checker{
|
||||
|
Loading…
Reference in New Issue
Block a user