-
Notifications
You must be signed in to change notification settings - Fork 674
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] Getting started guide, can't run on local cluster #2884
Comments
Thank you for opening your first issue here! 🛠 |
We are suspecting that it's an initialization issue. We'll investigate and comment here with what we discover. |
@eapolinario |
@tamis-laan , first of all, sorry for your trouble. Can you say a bit more about how you're running this? The initial suspicion I had turned out to not be true, so I'm very interested in knowing what's happening in your case. For example, after you run |
@tamis-laan , also worth checking if you're setting the environment vars mentioned after
|
The console is reachable but I don't have a admin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: localhost:30081
authType: Pkce
insecure: true
logger:
show-source: true
level: 0 |
I have set both environment variables: > echo $KUBECONFIG
/home/tux/.kube/config:/home/tux/.flyte/k3s/k3s.yaml
> echo $FLYTECTL_CONFIG
/home/tux/.flyte/config-sandbox.yaml Still I het the same error:
I have tested this on 3 linux machines myself. And a colleague has tested this on windows and has the same result. |
Is there a way to revert to a working version? |
We sync'd offline on this. The tldr is that the default DNS resolver used by the python grpc client (C-ares according to the docs) is unable to resolve the name This issue in the grpc repo suggests that we collect logs by increasing the verbosity and tracing certain components. |
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
Describe the bug
I'm trying out Flyte locally running through the getting started guide:
https://docs.flyte.org/en/latest/getting_started/index.html
The code runs great using
pyflyte
but doesn't work properly when running on the local demo cluster.running:
results in the error:
Expected behavior
The example code should run on the local cluster I created using:
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: