hi! i was wondering how is initContainers set in task details if i didn’t specify it anywhere? i find that the container’s stringValue is usually the correct container i set in container_image, but the initContainer’s stringValue is often the container image i used in previous registration.
t
tall-lock-23197
06/02/2023, 7:16 PM
Hey @average-finland-92144! Do you have any idea about this?
a
average-finland-92144
06/02/2023, 9:15 PM
Sorry, doesn't seem to have to do with K8s itself. I've been looking through the code but can't find where the `initContainer`spec lives in this case
average-finland-92144
06/02/2023, 9:16 PM
cc @glamorous-carpet-83516 do you happen to know how the initContainer is set in a task? (not the backend deployment)
g
glamorous-carpet-83516
06/02/2023, 10:00 PM
are you running rawContainer task?
c
clever-scientist-39504
06/06/2023, 5:06 PM
no i don’t have a ContainerTask. All my tasks use the same image, like @task(container_image=…)