Jamb
Jamb
RRunPod
Created by Jamb on 3/25/2025 in #⛅|pods
Runpod occasionally fails to pull from ECR
Thank you!
11 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Thanks @yhlong00000 . What about changing permissions then? That behaviour is also unexpected.
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Any insights to this?
20 replies
RRunPod
Created by Jamb on 3/25/2025 in #⛅|pods
Runpod occasionally fails to pull from ECR
As per this message , it looks like the containerRegistryAuthId input field for the REST API isn't working properly. We will have to wait for a fix on runpod's side before we can test if that's the actual issue or not.
11 replies
RRunPod
Created by Jamb on 3/25/2025 in #⛅|pods
Runpod occasionally fails to pull from ECR
Update: I was able to delete my entries via API. We worked with dstack and believe the issue is due to graphQL not having an input for registry auth on pods creation/start, so you have to edit the pod after and assign the registry auth...and we think it's a weird timing issue. Looks like the REST API has this input , so they will change their automation to use REST to see if it resolves this issue
11 replies
RRunPod
Created by Jamb on 3/25/2025 in #⛅|pods
Runpod occasionally fails to pull from ECR
They do, however with dstack, I automatically take care of this process and make sure I have a valid ECR password every time. Looking into it, I looks like dstack creates Container Registry Auth entries with the username and password and then links the pull command to the correct entry. This could an issue on their end, as it's not cleaning up old entries. I now have 6 of them (with the docs stating I can only have a max of 4) and I can't manually delete any of them. 😦
11 replies
RRunPod
Created by Jamb on 3/25/2025 in #⛅|pods
Runpod occasionally fails to pull from ECR
I also have a bunch of entries in Container Registry Auth and I can't delete them.
11 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
A bit more testing here and I find network volume behaviour strange. Maybe someone can clarify what's going on here. - I'll mount the network volume to a more normal place, say /data/mount . Whatever user you ssh into the container as, is who the owner is? This is weird. ie, if I ssh as root , it's owned by root. If I ssh as <my-container-user> it's now owned by that user - I can't properly change permissions on files on the network mount. It applies the same permissions across owner, group and everybody and I can't set different permissions for these.
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Beautiful thanks. Maybe a feature request. I can't be the only one who'd want to change permissions on my volume mount away from root
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
We run a mono repo, our build is huge...a base build for a dev to "work with" is like hundreds of gigs, so we can't be pulling and building every day, you know?
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
No worries!
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
If I mount the network volume somewhere else, it's all fine. But then obviously my user's home dir isn't persistent since it's not on the network volume
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Set the user, I mean
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Yeah we do that
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
I hope that makes sense lol I can't disclose details or how much we'd likely be spending until NDAs are in place.
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
We use /home inside our dev environment containers though. We build up an environment our researchers and devs are familiar with, with the stipulation that their user is <our-company's-generic-user> home dir is /home/<our-company's-generic-user> and not /home/<individual-user> . This works great with AWS and EBS volumes and creates a persistant home dir for users. BTW we utilize dstack
20 replies
RRunPod
Created by Jamb on 3/24/2025 in #⛅|pods
Unable to modify owner of network volume
Hey! We could likely make root user and default mountpoint work with our training, but it wouldn't work for dev environments. We generally don't like to use root user inside our containers.
20 replies