flat-waiter-82487
12/18/2024, 9:41 AMflyte-binary
) in a way that GRPC Ingress and HTTP(s) Ingress will be under DIFFERENT HOSTS? It's not a question how to configure that, because I can just disable Ingress creation in the chart and write my own ingress.
It's more of a question: "is it possible to configure the client/flytectl to work in this setup?"average-finland-92144
01/02/2025, 2:37 PMingress.separateGrpcIngress: true
it will configure different services for grpc and http. Right, you'd need to disable ingress creation from the Flyte chart (because it will configure the same host for both) but from a custom Ingress config you could do it. The CLI clients interact with the gRPC endpoint only so you'd point your config file to the gRPC hostflat-waiter-82487
01/02/2025, 3:28 PMaverage-finland-92144
01/02/2025, 3:45 PMthe URL displayed after the workflow is launched for execution points to invalid host (the gRPC one)right this is the default behavior, but you can just go to the URL host in your browser and console should be there