Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tstromberg committed Mar 11, 2020
1 parent 97cc383 commit 8a13254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/node/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func configureRuntimes(runner cruntime.CommandRunner, drvName string, k8s config
disableOthers = false
}

// Preload is overly invasive for VM's, and caching is not meaningful.
// Preload is overly invasive for bare metal, and caching is not meaningful.
if driver.IsVM(drvName) {
if err := cr.Preload(k8s.KubernetesVersion); err != nil {
switch err.(type) {
Expand Down

0 comments on commit 8a13254

Please sign in to comment.