hi! i was wondering how is initContainers set in task details if i didn’t specify it anywhere? i fin...
c
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
Hey @average-finland-92144! Do you have any idea about this?
a
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
cc @glamorous-carpet-83516 do you happen to know how the initContainer is set in a task? (not the backend deployment)
g
are you running rawContainer task?
c
no i don’t have a ContainerTask. All my tasks use the same image, like @task(container_image=…)
156 Views