gray-barista-66205
04/15/2025, 9:19 AMflytectl get projects
And then I got the next error:
{"json":{},"level":"error","msg":"Connection Info: [Endpoint: flyte-flyte.test.com:443, InsecureConnection?: false, AuthMode: ClientSecret]: rpc error: code = Unknown desc = unexpected HTTP status code received from server: 464 (); malformed header: missing HTTP content-type","ts":"2025-04-15T121551+03:00"}
config:
admin:
endpoint: <http://flyte-flyte.test.com:443|flyte-flyte.test.com:443>
insecure: false
Any idea what am I missing?
Thx!great-hair-77803
04/16/2025, 12:22 AMfreezing-airport-6809
gray-barista-66205
04/16/2025, 5:01 PMerror reading server preface: http2: frame too large
And when using insecure false I see the same error
unexpected HTTP status code received from server: 464 (); malformed header: missing HTTP content-type
gray-barista-66205
04/16/2025, 5:28 PMingress: {
enabled: true,
annotations: {
'<http://nginx.ingress.kubernetes.io/app-root|nginx.ingress.kubernetes.io/app-root>': '/console',
'<http://nginx.ingress.kubernetes.io/service-upstream|nginx.ingress.kubernetes.io/service-upstream>': 'true',
'<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>': 'nginx-private-http',
},
host: interpolate`flyte-${envId}.${publicDomain()}`,
}
Maybe I missed something?gray-barista-66205
04/16/2025, 5:28 PMfreezing-airport-6809
shy-morning-17240
04/17/2025, 2:02 AMnginx.ingress.kubernetes.io/backend-protocol: GRPC
Also, make sure that the GRPC ingress points to the port of the flyte GRPC service (usually 81 or 8089, depending on how you set things up)gray-barista-66205
04/20/2025, 1:27 PMgray-barista-66205
04/20/2025, 1:28 PMshy-morning-17240
04/21/2025, 12:58 AMshy-morning-17240
04/21/2025, 1:04 AMexport GRPC_DNS_RESOLVER=native
shy-morning-17240
04/21/2025, 1:04 AMshy-morning-17240
04/21/2025, 1:05 AMshy-morning-17240
04/21/2025, 1:06 AMgray-barista-66205
04/21/2025, 6:41 AMgrpcurl -v -plaintext svc list
However by using the grpc I couldn't.
I assume it's something with the nginx.
I will talk with the DevOps team, maybe they can help me.
About removing the app-root annotation, this one needed for the http, without it you will not be able to open the flyte.