https://flyte.org logo
#ask-the-community
Title
# ask-the-community
m

Melody Lui

05/31/2023, 10:42 PM
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

Samhita Alla

06/02/2023, 7:16 PM
Hey @David Espejo (he/him)! Do you have any idea about this?
d

David Espejo (he/him)

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
cc @Kevin Su do you happen to know how the initContainer is set in a task? (not the backend deployment)
k

Kevin Su

06/02/2023, 10:00 PM
are you running rawContainer task?
m

Melody Lui

06/06/2023, 5:06 PM
no i don’t have a ContainerTask. All my tasks use the same image, like @task(container_image=…)
3 Views