calm-zoo-68637
08/08/2023, 1:25 PMError: Connection Info: [Endpoint: dns:///flyte.<myurl>.com, InsecureConnection?: false, AuthMode: Pkce]: rpc error: code = Unknown desc = unexpected HTTP status code received from server: 0 (); malformed header: missing HTTP content-type
I have flyte binary deployed and confirmed the HTTPS works (i can see https://flyte.<myurl>.com) in the browser. Any idea why I'd be getting such a status code?gray-ocean-62145
08/08/2023, 1:31 PMcalm-zoo-68637
08/08/2023, 1:35 PMingress:
create: true
commonAnnotations:
<http://nginx.ingress.kubernetes.io/ssl-redirect|nginx.ingress.kubernetes.io/ssl-redirect>: "false"
# TODO - once "ingressClassName" support lands, delete this
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: nginx
grpcAnnotations:
<http://nginx.ingress.kubernetes.io/backend-protocol|nginx.ingress.kubernetes.io/backend-protocol>: GRPC
flat-exabyte-79377
08/11/2023, 9:32 PMflat-exabyte-79377
08/11/2023, 9:34 PM