Skip to content

Commit

Permalink
add TODO with issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
medyagh committed Apr 30, 2020
1 parent d640753 commit c3a9fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/minikube/node/cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ func beginDownloadKicArtifacts(g *errgroup.Group, driver string, cRuntime string
glog.Infof("Downloading %s to local daemon", baseImage)
err := image.WriteImageToDaemon(baseImage)
if err != nil {
// registry/driver package uses viper.Set
// TODO : remove this global set when this issue is closed
// https://github.com/kubernetes/minikube/issues/7944
viper.Set("base-image", kic.BaseImageFallBack)
glog.Infof("failed to download %s will try to download the fallback image from %s", baseImage, kic.BaseImageFallBack)
return image.WriteImageToDaemon(kic.BaseImageFallBack)
Expand Down

0 comments on commit c3a9fea

Please sign in to comment.