<@U06RKAMK0UC>, How do I specify the initContainer...
# runllm-flyte-trial
s
@ancient-wolf-19325, How do I specify the initContainer to run before deploying flyte pod?
j
To specify an
initContainer
for a Flyte pod, you can use a PodTemplate. According to the Flyte documentation, you can define a PodTemplate with an
initContainer
configuration. This PodTemplate can then be applied to your task by specifying the
pod_template_name
in the task definition. Would you like more details on how to implement this configuration? Sources: - Flyte Documentation on Runtime PodTemplates 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.