ancient-wolf-19325
06/22/2024, 4:16 PMexecution cluster label cause any bug?
I can't use pyflyte run --remote
to execute my workflow.
Or is there any setup I've missed?
flyte PR: https://github.com/flyteorg/flyte/pull/5431
flytekit PR: https://github.com/flyteorg/flytekit/pull/2422
Note: pyflyte register works.
# Answer
The issue seems to be related to the recent changes in the Flyte and Flytekit repositories, specifically the PRs you mentioned. As per the Flyte community discussion, a similar problem was observed where pyflyte run --remote failed due to label issues. This was caused by the system attempting to set a username as a label on the pod, which violated Kubernetes label constraints.
It's possible that the recent PRs introduced a similar issue. To debug this further, you can check the logs for any label-related errors or other runtime execution errors.
Would you like more detailed steps on how to troubleshoot this issue?
Sources:
- Flyte community discussion
Slack Link
https://flyte-org.slack.com/archives/CP2HDHKE1/p1719072967.719309 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.