You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 run minikube 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 of minikube 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:
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: