mirror of
https://github.com/rancher/rke.git
synced 2025-09-04 00:14:49 +00:00
Move pull message to info
This commit is contained in:
@@ -209,7 +209,7 @@ func UseLocalOrPull(ctx context.Context, dClient *client.Client, hostname string
|
|||||||
logrus.Debugf("[%s] No pull necessary, image [%s] exists on host [%s]", plane, containerImage, hostname)
|
logrus.Debugf("[%s] No pull necessary, image [%s] exists on host [%s]", plane, containerImage, hostname)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
logrus.Debugf("[%s] Pulling image [%s] on host [%s]", plane, containerImage, hostname)
|
logrus.Infof("[%s] Pulling image [%s] on host [%s]", plane, containerImage, hostname)
|
||||||
if err := pullImage(ctx, dClient, hostname, containerImage, prsMap); err != nil {
|
if err := pullImage(ctx, dClient, hostname, containerImage, prsMap); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user