Are there some docs on ingress for flyte if we need to use another ingress service like emissary-ingress? Looks like flyte-binary service has 8088 for http and 8089 for grpc, but using a custom domain like example.com, not sure how to map the routes to both. I tried just mapping 8088 and console works, but I got this error when I tried to run `flytectl register`:
Copy code
Error: rpc error: code = Unimplemented desc = unexpected HTTP status code received from server: 404 (Not Found); transport: received unexpected content-type "text/plain; charset=utf-8"
Maybe this error is unrelated? Not sure
f
freezing-airport-6809
03/22/2023, 4:38 AM
Ingress is out of scope for Flyte right
freezing-airport-6809
03/22/2023, 4:38 AM
there are couple example ingresses provided, but single binary the goal was to make it simple
s
sticky-angle-28419
03/22/2023, 4:41 AM
I see - but do you think the above error is related to ingress? I’m not sure how to debug the message there