-
Notifications
You must be signed in to change notification settings - Fork 5k
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
kubeadm with None driver deletes other local docker images #2705
Comments
the docker images are deleted when running |
Yeah I had something like this as well, except it's not when you start dashboard or start Minikube. I reverted to 0.25 and everything went back to normal. |
i am using 0.25.0. yesterday, all my local docker images were deleted too. feel strange. |
I am also seeing this, although I'm using minikube V0.28.0. Any update on this issue? |
My guess is that this is the kubelet image garbage collector. It's probably unavoidable when using the none driver - the kubelet assumes full control over the machine and docker daemon. |
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. |
It would be nice if kubeadm, or at least ourselves, could detect this possibility and prompt the user rather than quietly deleting everything. |
Can we interact with kubernetes/kubernetes#68930 to find a solution? |
we add some code in kubelet that user can specify a list of image that garbage will ignore here |
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. |
Don't stale this |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
FWIW, If this was indeed caused by the kubelet reaping disk space, I believe this was fixed by #3671 - which is part of minikube v0.34.0. If this is not the case, please re-open. Thanks! |
The minikube 0.26.0 was installed successfully. But there is a serious problem. On my ubuntu 16.04 virtualbox vm, I have pulled k8s images for minikube dashboard. After running
sudo -E minikube start --vm-driver=none
, all the docker images including my private images such as hyperledger fabric are deleted without any notification!!The text was updated successfully, but these errors were encountered: