-
Notifications
You must be signed in to change notification settings - Fork 73
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
estargz-snapshotter support #510
Comments
Looks like the docs for mirror configuration are not up to date. However it seems like the snapshotter supports the newer CRI hosts mirror configuration. We can check the k3s PR for an example for how that would work. containerd/stargz-snapshotter#1647 At minimum we need to document this here as it is not documentated in stargz-snapshotter. I would like to add a test for this to verify that this is also working. The open question is whether we should add this check to verify to make sure that this configuration is set. |
Still need to test this but it seems like all that needs to be changed, assuming the snapshotter is properly configured, is the registry config slightly. [plugins."io.containerd.grpc.v1.cri".registry]
config_path = "/etc/containerd/certs.d" Compared to. [plugins."io.containerd.snapshotter.v1.stargz".registry]
config_path = "/etc/containerd/certs.d" |
The latest stargz image uses Containerd v2 which Kind does not supporrt. We will need to wait until a full test can be added. I did do some tests with an older version of stargz and verifiedd that id does work with Spegel. |
A question was raised by @ChrisBr in #176 if Spegel would support estargz-snapshotter. As it functions differently from SOCI it will require its own analysis to determine if it is possible to use with Spegel.
The text was updated successfully, but these errors were encountered: