-
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
cache add: transferring cached image: Process exited with status 137 from signal KILL #4097
Comments
Seems to indicate an issue with transferring the image, like a scp timeout ? |
I am also doubt timeout. |
If you scp the image yourself, does it transfer OK to the VM ? 2G is slighly bigger than what CI tests :-) |
I doubt it is relating with default target /tmp it is different partition only with ~2G size. |
Ah, right. What you are saying is that "minikube cache add" copies to We could definitely use something on the data disk instead, 20G instead of 2G... Already do, for DVP:
Since we delete the images after loading them into the container runtime, it normally doesn't matter. |
Yes. @afbjorklund findmnt show such mounts. The problem is even I have more memory |
problem
I am adding offline ~2G image to minikube with
cache add
command but it always failed.When I ssh login VM I found a ~400M image file in
/tmp
folder. I try a lot of times it seems it is always failed at ~400M data transfered.Small size image has no such problems.
The strange is when I put this image file in
files
folder it is always transferred to VM successfully. And also I can rundocker load -i xxx
successfully in VM.logs
! Failed to cache and load images: loading cached images: loading image {MINI_HOME}\cache\images\xxxx-web_2.89.27:
transferring cached image: Process exited with status 137 from signal KILL
environment:
windows 10 + virtualbox
minikube 1.0.0
The text was updated successfully, but these errors were encountered: