Skip to content

Commit

Permalink
minikube image load: print more debug logs
Browse files Browse the repository at this point in the history
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Dec 2, 2022
1 parent 44ea7f4 commit e2dabd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/minikube/image/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func saveToTarFile(iname, rawDest string, overwrite bool) error {

img, cname, err := retrieveImage(ref, iname)
if err != nil {
klog.V(2).ErrorS(err, "an error while retrieving the image")
return errCacheImageDoesntExist
}
if img == nil {
Expand Down

0 comments on commit e2dabd7

Please sign in to comment.