mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Merge pull request #129594 from neolit123/1.33-fix-preflight-pull-sandbox-error
kubeadm: remove misplaced error during image pull
This commit is contained in:
commit
e384893030
@ -863,9 +863,6 @@ func (ipc ImagePullCheck) Check() (warnings, errorList []error) {
|
|||||||
klog.V(1).Infof("image exists: %s", image)
|
klog.V(1).Infof("image exists: %s", image)
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
if err != nil {
|
|
||||||
errorList = append(errorList, errors.Wrapf(err, "failed to check if image %s exists", image))
|
|
||||||
}
|
|
||||||
fallthrough // Proceed with pulling the image if it does not exist
|
fallthrough // Proceed with pulling the image if it does not exist
|
||||||
case v1.PullAlways:
|
case v1.PullAlways:
|
||||||
klog.V(1).Infof("pulling: %s", image)
|
klog.V(1).Infof("pulling: %s", image)
|
||||||
|
Loading…
Reference in New Issue
Block a user