vanya
vanya
RRunPod
Created by benjamin_n on 2/27/2025 in #⛅|pods
Spot instances dissappearing??
Isn't that just normal spot instance behavior? That is the reason they are so cheap. From the docs: On-Demand Pods can run forever without interruptions with resources dedicated to your Pod. They do incur higher costs than Spot Pods. Spot Pods use spare compute capacity, allowing you to bid for those compute resources. Resources are dedicated to your Pod, but someone else can bid higher or start an On-Demand Pod that will stop your Pod. When this happens, your Pod is given a signal to stop 5 seconds prior with SIGTERM, and eventually, the kill signal SIGKILL after 5 seconds. You can use volumes to save any data to the disk in that 5s period or push data to the cloud periodically.
3 replies
RRunPod
Created by tampe125 on 2/25/2025 in #⛅|pods
Authenticate to AWS ECR private repository
error pulling image: Error response from daemon: pull access denied for x, repository does not exist or may require 'docker login': denied: requested access to the resource is denied error creating container: unauthorized to use image x
7 replies
RRunPod
Created by tampe125 on 2/25/2025 in #⛅|pods
Authenticate to AWS ECR private repository
I got the same issue but with normal Docker ... I feel like most people use runpod to spin up some template :p
7 replies