alert-kitchen-27022
02/17/2025, 5:18 PM/opt/homebrew/lib/python3.11/site-packages/flytekit/clients/grpc_utils/wrap_exception_interceptor.py:32 in _raise_if_exc ────────────────────────────────────────────────────────────────────────╯
FlyteSystemUnavailableException: Flyte cluster is currently unavailable. Please make sure the cluster is up and running.
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1739812143.306775 1021532 <http://init.cc:229]|init.cc:229]> grpc_wait_for_shutdown_with_timeout() timed out.
Any pointers to an existing issue like this or documentation reference will be helpful. Thank youaverage-finland-92144
02/17/2025, 5:57 PMFlyteRemote
object?average-finland-92144
02/17/2025, 5:59 PMfor_endpoint
method
https://docs.flyte.org/en/latest/api/flytekit/design/control_plane.html#any-endpointalert-kitchen-27022
02/17/2025, 6:19 PM# Connect to the Flyte cluster
remote = FlyteRemote(Config.for_endpoint("<https://exmapl.com>"),
default_project="flytesnacks",
default_domain="development"
)
# Fetch workflow
workflow_name = "data_merge"
flyte_workflow = remote.fetch_workflow(name=workflow_name)
average-finland-92144
02/17/2025, 6:46 PMflytectl get projects
works?alert-kitchen-27022
02/18/2025, 12:07 PMaverage-finland-92144
02/18/2025, 3:30 PM$HOME/.flyte/config.yaml
?alert-kitchen-27022
02/18/2025, 5:13 PMadmin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///flyte.domain.io:8089
insecure: true
authType: Pkce
alert-kitchen-27022
02/18/2025, 5:14 PMalert-kitchen-27022
02/18/2025, 5:41 PMadmin:
# For GRPC endpoints you might want to use dns:///flyte.myexample.com
endpoint: dns:///flyte.domain.io
authType: Pkce
insecure: false
insecureSkipVerify: true
logger:
show-source: true
level: 6
I used this guide:
https://github.com/davidmirror-ops/flyte-the-hard-way/tree/main/docs/awsaverage-finland-92144
02/18/2025, 5:43 PMalert-kitchen-27022
02/18/2025, 5:45 PM