How to set ContainerRegistryAuth for `podRentInterruptable`
When renting interruptable pods using GraphQL, like so:
containerRegistryAuthId
doesn't seem to be part of the PodRentInterruptableInput
https://graphql-spec.runpod.io/#definition-PodRentInterruptableInput specification.
How do we rent an interruptible pod where the image is private on DockerHub?2 Replies
How about using template ID?
you mean, creating the template via the web console and then using the templateID in the graphql call?
The env variables I send to the instance are dynamic, so I guess I would have to create a new template every time?
ah, or I can just modify the template before I create a new pod, that would work too, using graphql