forked from jupyterhub/mybinder.org-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hetzner: Run imagecleaner more aggressively
The reason we had to revert jupyterhub#3228 was that the image cache was growing big, and so was the buildkit cache. So this meant images were being stored in *three* places: 1. the buildkit cache (dind) 2. the image cache (dind) 3. the containerd store (by kubernetes, when it pulls) 1 and 2 were both set to about 300, so this caused the disk to fill up. Here, I more aggressively prune the image cache, as it is simply not used when buildkit is used. Once I verify this works ok, I'll turn on buildkit building again and we see how it goes.
- Loading branch information
Showing
4 changed files
with
0 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters