creamy-knife-86303
05/31/2024, 8:47 PMFailed with Unknown Exception <class 'RuntimeError'> Reason: Failed to get signed url for fast49e1fe5d398711833031517ae9770090.tar.gz, reason: SYSTEM:Unknown: error=None, cause=<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNAVAILABLE
details = "failed to connect to all addresses; last error: INTERNAL: ipv4:192.168.9.14:443: Trying to connect an http1.x server"
debug_error_string = "UNKNOWN:Error received from peer {created_time:"2024-06-01T02:16:06.238626131+05:30", grpc_status:14, grpc_message:"failed to connect to all addresses; last error: INTERNAL: ipv4:192.168.9.14:443: Trying to connect an http1.x server"}"
when my endpoint is endpoint: dns///flyte.local80
Failed with Unknown Exception <class 'RuntimeError'> Reason: Failed to get signed url for fast49e1fe5d398711833031517ae9770090.tar.gz, reason: SYSTEM:Unknown: error=None, cause=<_InactiveRpcError of RPC that terminated with:
status = StatusCode.UNKNOWN
details = "Received http2 header with status: 308"
debug_error_string = "UNKNOWN:Error received from peer {grpc_message:"Received http2 header with status: 308", grpc_status:2, created_time:"2024-06-01T02:12:45.385602288+05:30"}"
Any help to debug this will be a great helpcreamy-knife-86303
05/31/2024, 9:49 PM<http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: "GRPC"
to the grpc ingress. not sure why it was not applied by helmcreamy-knife-86303
05/31/2024, 9:50 PMingress:
# tls:
# - hosts:
# - "flyte.local"
# secretName: flytetls
create: true
ingressClassName: nginx
httpAnnotations:
<http://nginx.ingress.kubernetes.io/app-root|nginx.ingress.kubernetes.io/app-root>: /console
grpcAnnotations:
<http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: GRPC
host: flyte.local
high-accountant-32689
06/03/2024, 3:57 AMaverage-finland-92144
06/06/2024, 7:35 PMcreamy-knife-86303
06/07/2024, 9:54 AM