Tarmily Wen
11/16/2022, 5:24 PMkubectl -n flyte port-forward service/flyteconsole 8080:80
The only thing I didn't follow in the guide is having a domain name. We don't want to expose this externally. But I am surprised the port forwarding doesn't work. Is the domain name used beyond just the ingress point?Carina Ursu
11/16/2022, 7:41 PMFredrik Lyford
11/17/2022, 11:37 AMCarina Ursu
11/17/2022, 2:08 PMADMIN_API_URL
is not properly setup during the deployment.
If you open devtools in your browser, can you look at the network requests that are failing and make sure they are going to the correct domain?Tarmily Wen
11/17/2022, 4:41 PMCarina Ursu
11/17/2022, 4:42 PMHaytham Abuelfutuh
flyte-binary
comes with a single deployment, a single configmap and a proxy service that allows you to port-forward a single port to get both grpc and http protocolsFredrik Lyford
11/18/2022, 8:21 AMHaytham Abuelfutuh