Replies: 2 comments 4 replies
-
I'm reading the code here: https://github.com/containers/common/blob/main/libimage/copier.go#L358 and I remember the discussions around it. But, I can't seem to remember (or understand) if this code extends the timeout set in |
Beta Was this translation helpful? Give feedback.
-
@p5 on a side note and mostly out of curiosity. Looking at the pod definition, I assume you expect access only to the UI, right? If so, should you expose the Ollama port to the host? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am running some services inside Quadlets defined with
.kube
and YAML files, but am running into issues where startup times out before the images are pulled from their registries.Even after setting
TimeoutStartSec
inside the Kube's service definition, Podman is still only allowing 5 minutes to pull the images, which isn't always enough.Is there some way I am missing to extend this timeout to something like 15m?
Log entry:
Kube definition:
Kube YAML:
I appreciate your assistance, and look forward to playing with this some more!
Beta Was this translation helpful? Give feedback.
All reactions