-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
leverage containerd image pinning #3441
Comments
Hey! I want to work on this. |
hey! So I started looking into this and we'll need to label the images with I know this is available for Also, we need to be on a sufficiently new conatinerd release first. I didn't track down exactly which version yet, that would be helpful. We then need to decide which images this applies to. Turning on GC afterwards remains an open question, there's some bad trade-offs there:
Still, we can at least go ahead and clearly label kind's core bundled images as "don't GC this". |
Yep, the labeling is only available for Status of image pinning feature:
I've implemented a simple |
We should work with containerd to add this feature. |
I'll give it a try and propose changes to the containerd. 🙏 |
I've opened a PR with related changes in the containerd repo and updated the related PR in the kind repo. |
PR with Flag will be available in the next major release. |
So we can potentially re-enable image GC. #735
@ruiwen-zhao added this to containerd 1.6+ (not sure specific version yet) and we should leverage it for the pre-loaded images in kind.
The text was updated successfully, but these errors were encountered: