i am trying to setup a queue in volcano to be used...
# flyte-support
e
i am trying to setup a queue in volcano to be used by workflow, can this be achieved in flyte-binary ?? if yes can you pls tell me how or point me to the doc
@freezing-airport-6809 any idea about this ?
i have been successfully running volcano but now i wanna explore if i can use different queue for different workloads
f
Use pod templates
e
i was reading about it can i pass queue name in spec
a
@early-addition-41415 while this is outside the Flyte scope, I think you cant set the queue name as an annotation in the pod Spec:
Copy code
metadata:                                                                                                                                                                                                                                                       
  annotations:                                                                                                                                                                                                                                                  
    <http://scheduling.volcano.sh/queue-name|scheduling.volcano.sh/queue-name>: QUEUE
There's some discussion about it in their repo