Closed vsoch closed 1 month ago
I'm wondering if it's related to https://github.com/awslabs/soci-snapshotter/blob/main/docs/kubernetes.md#limitations
I got it working! But I need to figure out if I can automate it, will report back.
I double checked. The layer that that error is complaining about is the layer from the pause image, so yes, it looks related to the limitations where the pause image is being pulled with the wrong snapshotter. I'm guessing you came to the same conclusion since you managed to work around it?
Is there anything else needed here?
Oh no, I figured this all out, sorry didn't follow up! Here is the post: https://vsoch.github.io/2024/container-pulling/ and my solution: https://github.com/converged-computing/soci-installer. Thanks!
Hiya! I am installing this via a daemonset (I can share the code if needed) but I am hitting this error:
Here are the commands and output - they are run with
nsenter -t 0 -m bash
Let me know what information you need to debug and I'm happy to help - likely this is a configuration setting that I need to tweak. I'm hoping to share this with you (and the larger community) when I finish. Thanks for the extra set of eyes!