New RunLLM response generated: >>>*# Question* :w...
# runllm-flyte-trial
j
New RunLLM response generated: >>>*# Question* 👋 is there any way to set workflow labels/annotations for the default launch plan created during registration? # Answer Yes, you can set labels and annotations for the default launch plan created during registration by using the
pyflyte register
command with the
--k8s-labels
and
--k8s-annotations
options. These options allow you to specify labels and annotations in JSON format, which will be applied to the default launch plan. Example:
Copy code
pyflyte register --k8s-labels '{"mylabel": "myvalue"}' --k8s-annotations '{"myannotation": "myvalue"}' ...
Would you like more detail on this process? Sources: - GitHub Issue #5162 Slack Link https://.slack.com/archives/CP2HDHKE1/p1726850294.050909 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.