-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 cache add, doesn't add to other profiles unless restart #5974
Comments
So the current behavior is, it loads image to the default profile without restart but for other profiles you need to restart. What I suggest is this
Or
What do you guys think? |
It's probably fine if it loads to the current profile only, but confusing if it does load to the others but isn't visible right away... That sounds like a bug, or at least something that was unintended ? |
hm...for the PR I tried to keep the current behaviour. |
@medyagh - was this fixed? |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
This is fixed. |
Here is how to reproduce:
start two minikube profiles
tag an image and add it to the cache
ssh into minikube and see the images
as we see the cached image was loaded to minikube profile but not p1
however if we restart p1, it will pick up the cached image
The text was updated successfully, but these errors were encountered: