hi! i was wondering how is initContainers set in t...
# ask-the-community
m
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.
s
Hey @David Espejo (he/him)! Do you have any idea about this?
d
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 @Kevin Su do you happen to know how the initContainer is set in a task? (not the backend deployment)
k
are you running rawContainer task?
m
no i don’t have a ContainerTask. All my tasks use the same image, like @task(container_image=…)
154 Views