Hi Flyte team, How can I add labels to Ray Head an...
# ask-the-community
b
Hi Flyte team, How can I add labels to Ray Head and Worker nodes? Thanks
k
Just add labels, they should transfer if kuberay supports it
b
@Ketan (kumare3) do you mean add labels to the HeadNodeConfig and Worker Node Config?
k
No to the execution
b
Could you please provide an example? @Ketan (kumare3)
k
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
b
Do you mean launch plan?
k
Do you can add labels to projects, launchplans and executions with precedence in that order
b
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."
k
I think there are more like description etc
b
How can I find the full set of fields that I can configure in project.yaml? thanks
k
b
Amazing thanks @Ketan (kumare3) 🙂
150 Views