flyte config init --host=<myhost.com> Error: Conne...
# ask-ai
a
flyte config init --host=myhost.com Error: Connection Info: [Endpoint: dns:///myhost.com, InsecureConnection?: true, AuthMode: ClientSecret]: rpc error: code = Unavailable desc = connection error: desc = "error reading server preface: http2: frame too large"
j
It seems likely that the error you're encountering is related to the configuration of the Flyte endpoint. The error message "error reading server preface: http2: frame too large" suggests that there might be an issue with the HTTP/2 configuration or the server's ability to handle the request size. My understanding is that you should ensure that the endpoint is correctly configured to support HTTP/2, as Flyte uses gRPC, which requires HTTP/2. You might want to check the server's configuration to ensure it can handle HTTP/2 requests and that there are no restrictions on the frame size. Additionally, verify that the endpoint URL is correctly formatted in your Flyte configuration file, as incorrect formatting can lead to connection issues. Would you like more details on configuring Flyte or troubleshooting this issue? Sources: - https://github.com/flyteorg/flyte/issues/5224 - https://github.com/flyteorg/flyte/issues/4962 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.