Hi Flyte team, How can I add labels to Ray Head an...
# flyte-support
q
Hi Flyte team, How can I add labels to Ray Head and Worker nodes? Thanks
f
Just add labels, they should transfer if kuberay supports it
q
@freezing-airport-6809 do you mean add labels to the HeadNodeConfig and Worker Node Config?
f
No to the execution
q
Could you please provide an example? @freezing-airport-6809
f
Sorry been busy, afk, but check out the launch form advanced options
If you want them default for every execution with a project you can add a project default
q
Do you mean launch plan?
f
Do you can add labels to projects, launchplans and executions with precedence in that order
👍 1
q
Thanks for the clarification. I am able to find a project config example in flyte. Is this the complete list of supported fields?
Copy code
id: "project-unique-id"
name: "Name"
labels:
   values:
     app: flyte
description: "Some description for the project."
f
I think there are more like description etc
q
How can I find the full set of fields that I can configure in project.yaml? thanks
f
q
Amazing thanks @freezing-airport-6809 🙂
150 Views