-
Notifications
You must be signed in to change notification settings - Fork 75
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
GESIS server reports "no space left on device" #3251
Comments
Could it be related to |
This is caused due to some malfunction of imageGCThresholdHigh: 1600e9
imageGCThresholdLow: 1000e9
imageGCThresholdType: absolute but the
|
Yes, it is probably related to it. But the GESIS chart has
|
This was temporarily resolved by cleaning the mount volume used to store the builds. This needs a more permanent solution. |
I think this is a manifestation of #3249 (comment). I would say jupyterhub/binderhub#1940 is the 'permanent' solution here. In the meantime, perhaps we can swap out the cronjob buildkit cleaner to be a sidecar of the dind pod instead? |
My understanding of the existing optimisation is that for the minimal working example
we want to keep the 1st (alpine) and 2nd layer (py3-numpy) in disk and clean the 3rd layer (copy). My inexperience with sidecar makes difficult for me to understand how sidecar will help us and preserve the existing optimisation. |
The text was updated successfully, but these errors were encountered: