Run container only once
Hi everyone,
I want to run a container for a single life-cycle only (i.e. my container is designed to terminate after it is finished, it doesn't run forever).
However, the container will constantly restart on termination, and there doesn't seem to be a config option to stop this (I have to manually terminate/delete the instance).
Is there a way to specify this desired behavior?
1 Reply
call runpodctl to stop or terminate pod instead