Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] pyflyte run produces flyteconsole links containing the wrong port #2615

Closed
2 tasks done
eapolinario opened this issue Jun 15, 2022 · 0 comments
Closed
2 tasks done
Assignees
Labels
bug Something isn't working flytekit FlyteKit Python related issue untriaged This issues has not yet been looked at by the Maintainers
Milestone

Comments

@eapolinario
Copy link
Contributor

Describe the bug

In the getting started guide we ask users to use pyflyte run to schedule executions on the demo cluster. More specifically in this section we highlight the fact that there will be a link to the flyteconsole link for a particular execution.

In recent releases we started producing links containing the wrong port, i.e. port 30081 instead of the correct 30080.

Expected behavior

Executions of pyflyte run using the demo and sandbox clusters should produce flyteconsole links using port 30080:

pyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2

Go to http://localhost:30080/console/projects/flytesnacks/domains/development/executions/fc8fc37ab2ae34d23960 to see execution in the console.

Additional context to reproduce

No response

Screenshots

No response

Are you sure this issue hasn't been raised already?

  • Yes

Have you read the Code of Conduct?

  • Yes
@eapolinario eapolinario added bug Something isn't working untriaged This issues has not yet been looked at by the Maintainers labels Jun 15, 2022
@eapolinario eapolinario self-assigned this Jun 15, 2022
@eapolinario eapolinario added the flytekit FlyteKit Python related issue label Jun 15, 2022
@eapolinario eapolinario added this to the 1.1.0 - Hawk milestone Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working flytekit FlyteKit Python related issue untriaged This issues has not yet been looked at by the Maintainers
Projects
None yet
Development

No branches or pull requests

1 participant