Enrico Rotundo
08/16/2023, 10:02 PMpyflyte run --remote hello_world.py my_wf
I get:
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.UNAVAILABLE
details: failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:8088: Trying to connect an http1.x server
Debug string UNKNOWN:failed to connect to all addresses; last error: INTERNAL: ipv4:127.0.0.1:8088: Trying to connect an http1.x server {created_time:"2023-08-17T00:00:47.690344+02:00", grpc_status:14}
Any clue?admin:
endpoint: dns:///localhost:8088
authType: Pkce
insecure: true
logger:
show-source: true
level: 6
kubectl -n flyte port-forward service/flyte-backend-flyte-binary-http 8088:8088
kubectl -n flyte port-forward service/flyte-backend-flyte-binary-grpc 8089:8089
David Espejo (he/him)
08/16/2023, 10:44 PMEnrico Rotundo
08/17/2023, 7:35 AMFailed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.INTERNAL
details: failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: ValidationError: Request ARN is invalid
status code: 400, request id: 26d08b4c-11ce-4f9c-850d-ac0b9ab764fa
Debug string UNKNOWN:Error received from peer ipv6:%5B::1%5D:8089 {created_time:"2023-08-16T23:59:27.12566+02:00", grpc_status:13, grpc_message:"failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials\ncaused by: ValidationError: Request ARN is invalid\n\tstatus code: 400, request id: 26d08b4c-11ce-4f9c-850d-ac0b9ab764fa"}
I’ll double check laterDavid Espejo (he/him)
08/17/2023, 4:07 PMEnrico Rotundo
08/18/2023, 2:03 PMendpoint: dns:///localhost:8089
I get:
_InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
status = StatusCode.INTERNAL
details = "failed to create a signed url. Error: WebIdentityErr: failed to retrieve credentials
caused by: ValidationError: Request ARN is invalid
eksClusterRole
in IAM and that’s what EKS is using but I’m not sure how to proceed from hereDavid Espejo (he/him)
08/18/2023, 2:10 PMEnrico Rotundo
08/18/2023, 2:48 PMflyte-the-hard-way
approach. Can you point me to the best way on how to deploy my custom agents? - @honnix since you’ve authored the docs page on this topic, can you share your thoughts?
Thank you so much folks!David Espejo (he/him)
08/18/2023, 3:11 PMCan you or anybody on your team help me closely in deploying Flyte on K8s?I can help you, and sorry for the inconveniences so far. 🙂
Samhita Alla
honnix
08/21/2023, 6:58 AMDavid Espejo (he/him)
08/22/2023, 5:28 PMAnd @David Espejo (he/him), could we include a link to "flyte the hard way" somewhere in the deployment guide? WDYT?agree, will work on this