Hi team,
We are currently working on integrating Ray with Flyte and would like to apply different annotations for the Ray head pod and worker pods. It seems that the current
pod_template
configuration applies the same annotations to all pods uniformly.
Is there any existing workaround or recommended way to set annotations differently for head and worker pods?
Thanks in advance!