https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Bosco Raju

06/02/2023, 9:35 PM
Hi Flyte team, How can I add labels to Ray Head and Worker nodes? Thanks
k

Ketan (kumare3)

06/02/2023, 9:49 PM
Just add labels, they should transfer if kuberay supports it
b

Bosco Raju

06/02/2023, 9:52 PM
@Ketan (kumare3) do you mean add labels to the HeadNodeConfig and Worker Node Config?
k

Ketan (kumare3)

06/03/2023, 12:51 AM
No to the execution
b

Bosco Raju

06/03/2023, 4:25 AM
Could you please provide an example? @Ketan (kumare3)
k

Ketan (kumare3)

06/03/2023, 2:10 PM
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

Bosco Raju

06/04/2023, 11:42 AM
Do you mean launch plan?
k

Ketan (kumare3)

06/04/2023, 2:36 PM
Do you can add labels to projects, launchplans and executions with precedence in that order
b

Bosco Raju

06/04/2023, 5:50 PM
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

Ketan (kumare3)

06/04/2023, 10:03 PM
I think there are more like description etc
b

Bosco Raju

06/05/2023, 9:29 AM
How can I find the full set of fields that I can configure in project.yaml? thanks
k

Ketan (kumare3)

06/05/2023, 1:35 PM
b

Bosco Raju

06/05/2023, 2:56 PM
Amazing thanks @Ketan (kumare3) 🙂