Skip to content

Commit

Permalink
Disable unnecessary load image from cache for none driver
Browse files Browse the repository at this point in the history
since we are not are not saving the images in the cache, there is not much trying to load from the cache either.
  • Loading branch information
afbjorklund authored and medyagh committed Jun 19, 2019
1 parent 32ad6e4 commit 2a6b2ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/minikube/cmd/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func runStart(cmd *cobra.Command, args []string) {
} else {
// With "none", images are persistently stored in Docker, so internal caching isn't necessary.
viper.Set(cacheImages, false)
config.KubernetesConfig.ShouldLoadCachedImages = false
}

// Now that the ISO is downloaded, pull images in the background while the VM boots.
Expand Down

0 comments on commit 2a6b2ad

Please sign in to comment.