minikube image load
does not replaces minikube cache add
#20039
Labels
area/image
Issues/PRs related to the minikube image subcommand
kind/documentation
Categorizes issue or PR as related to documentation.
kind/improvement
Categorizes issue or PR as related to improving upon a current feature.
priority/awaiting-more-evidence
Lowest priority. Possibly useful, but not yet enough support to actually get it done.
What Happened?
if I run
minikube image load -p myprofile $(minikube image ls -p myprofile | grep -v '<none>')
after provisioning my workloads the cache stays empty if I runminikube cache list
.Additionally after resetting the cluster with
minikube delete -p myprofile && minikube start -p myprofile
and deploy the same workloads again I notice heavy traffic on my internet connection.In contrast if I use
minikube cache add -p myprofile
instead ofminikube image load -p myprofile
everything works as expected and I do not notice any heavy internet connection anymore.Sadly the
minikube cache add
feature is deprecated. Please do not remove this feature before replacing it with a clear alternative.Attach the log file
Operating System
Ubuntu
Driver
Docker
The text was updated successfully, but these errors were encountered: