adventurous-van-8963
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?adventurous-van-8963
08/16/2023, 10:03 PMadmin:
endpoint: dns:///localhost:8088
authType: Pkce
insecure: true
logger:
show-source: true
level: 6
adventurous-van-8963
08/16/2023, 10:07 PMkubectl -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
adventurous-van-8963
08/16/2023, 10:17 PMaverage-finland-92144
08/16/2023, 10:44 PMadventurous-van-8963
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 lateraverage-finland-92144
08/17/2023, 4:07 PMadventurous-van-8963
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
adventurous-van-8963
08/18/2023, 2:03 PMadventurous-van-8963
08/18/2023, 2:08 PMeksClusterRole
in IAM and that’s what EKS is using but I’m not sure how to proceed from hereaverage-finland-92144
08/18/2023, 2:10 PMadventurous-van-8963
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? - @steep-jackal-21573 since you’ve authored the docs page on this topic, can you share your thoughts?
Thank you so much folks!adventurous-van-8963
08/18/2023, 2:50 PMaverage-finland-92144
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. 🙂
tall-lock-23197
tall-lock-23197
tall-lock-23197
steep-jackal-21573
08/21/2023, 6:58 AMaverage-finland-92144
08/22/2023, 5:28 PMAnd @average-finland-92144, could we include a link to "flyte the hard way" somewhere in the deployment guide? WDYT?agree, will work on this