-
Notifications
You must be signed in to change notification settings - Fork 60
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
Issue pulling image with insufficient sub/guids #311
Comments
Also this seems to be an issue with creating (maybe?) more pods than the size of my resources (cpu, etc) can support. I deployed a smaller pytorch workflow ref and it worked! @AkihiroSuda this is SO cool it's rocking my socks!! 🧦 This is what we wanted to get working many months ago and I'm over the moon it's starting to! 🌔 |
Please check the files on the host. |
Yes the uid/gid for the host virtual machine (not inside of docker compose) looks OK. |
Please try increasing 65536 there to a larger number |
Sure! I've never done that on my host. How large should it be? |
Depends, but at least 1185200044 for your image
|
I'm (fairly successfully) running different kinds of pods in usernetes, but I just hit this error:
I'm not sure the error is correct for the error, I was wondering if there are too many containers running? I figured out I could do
make shell
to get into one of the nodes, and then I found a way to see containerd images:These just look like images for the kubelet or control plane (not any applications) and interesting, there aren't any subuid in the file here:
Is there a bug here / something we can do to get it to work?
The text was updated successfully, but these errors were encountered: