You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Total newbie to pyflyte, following the tutorial fine for the most part.
Running locally all fine the my-project demo example. However running it remotely on my local cluster results on an inactive project and no execution.
$ pyflyte run -r -p my-project -d development example.py wf --name Ada
Running Execution on Remote.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
I0000 00:00:1722199728.154697 82072 config.cc:230] gRPC experiments enabled: call_status_override_on_cancellation, event_engine_dns, event_engine_listener, http2_stats_fix, monitoring_experiment, pick_first_new, trace_record_callops, work_serializer_clears_time_cache
I0000 00:00:1722199728.205374 82090 subchannel.cc:806] subchannel 0x1ff7680 {address=ipv6:%5B::1%5D:30080, args={grpc.client_channel_factory=0x15ed970, grpc.default_authority=localhost:30080, grpc.internal.channel_credentials=0x1f6bf20, grpc.internal.client_channel_call_destination=0x7370d0a4b3d0, grpc.internal.event_engine=0x1ff02c0, grpc.internal.security_connector=0x1ff1b40, grpc.internal.subchannel_pool=0x1b4e850, grpc.max_metadata_size=32000, grpc.primary_user_agent=grpc-python/1.65.1, grpc.resource_quota=0x1d27dc0, grpc.server_uri=dns:///localhost:30080}}: connect failed (UNKNOWN:Failed to connect to remote host: connect: Connection refused (111) {created_time:"2024-07-28T17:48:48.205273494-03:00"}), backing off for 1000 ms
Request rejected by the API, due to Invalid input.
RPC Failed, with Status: StatusCode.INVALID_ARGUMENT
details: project [my-project] is not active
docker and kubectl are fine AFAICT.
I can login to the pyflyte dashboard with no issues, but cannot login. I get:
When trying to login, I get:
{"code":5,"message":"Not Found","details":[]}
I already tried restarting the flyte-dashboard.
kubectl logs flyte-sandbox-kubernetes-dashboard-6d7f9cc8ff-p9n59
2024/07/28 20:41:42 Starting overwatch
2024/07/28 20:41:42 Using namespace: flyte
2024/07/28 20:41:42 Using in-cluster config to connect to apiserver
2024/07/28 20:41:42 Using secret token for csrf signing
2024/07/28 20:41:42 Initializing csrf token from kubernetes-dashboard-csrf secret
2024/07/28 20:41:42 Successful initial request to the apiserver, version: v1.29.0+k3s1
2024/07/28 20:41:42 Generating JWE encryption key
2024/07/28 20:41:42 New synchronizer has been registered: kubernetes-dashboard-key-holder-flyte. Starting
2024/07/28 20:41:42 Starting secret synchronizer for kubernetes-dashboard-key-holder in namespace flyte
2024/07/28 20:41:42 Initializing JWE encryption key from synchronized object
2024/07/28 20:41:42 no metrics provider selected, will not check metrics.
2024/07/28 20:41:42 Serving insecurely on HTTP port: 9090
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Total newbie to pyflyte, following the tutorial fine for the most part.
Running locally all fine the my-project demo example. However running it remotely on my local cluster results on an inactive project and no execution.
docker and kubectl are fine AFAICT.
I can login to the pyflyte dashboard with no issues, but cannot login. I get:
When trying to login, I get:
{"code":5,"message":"Not Found","details":[]}
I already tried restarting the flyte-dashboard.
Beta Was this translation helpful? Give feedback.
All reactions