Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minikube image load does not replaces minikube cache add #20039

Open
ekneg54 opened this issue Dec 3, 2024 · 0 comments
Open

minikube image load does not replaces minikube cache add #20039

ekneg54 opened this issue Dec 3, 2024 · 0 comments

Comments

@ekneg54
Copy link

ekneg54 commented Dec 3, 2024

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 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

image

Operating System

Ubuntu

Driver

Docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant