minikube start should wailt till "download-only" is finishing #11166
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone
we could use our lock package https://github.com/kubernetes/minikube/tree/master/pkg/util/lock
to put a lock when
minikube start --download-only
happensand then when
minikube start
runs when this lock exists will Wait for it to finish up to a reasonable timeThe text was updated successfully, but these errors were encountered: