https://flyte.org logo
#ask-the-community
Title
# ask-the-community
b

Bram van Meurs

10/12/2023, 8:34 AM
Hi community, we are trying to deploy flyte-core, (for HA reasons). So far deployment seems fine, all pods are healthy, but when port forwarding to the flyteconsole I do not see the projects and see a
404 Not Found
error in the browser console (see screenshot). About the config: • using the flyte-core helmchart • ingress and auth are not yet enabled • deployed in a non standard namespace • port forwarding to the flyteadmin svc (
k port-forward svc/flyteadmin 8080:80
) and running
curl  <http://localhost:8080/api/v1/projects>
works fine and shows a newly created project (with flytectl). I checked all pod logs and they seem fine (other than the same 404 not found on the console logs). Any idea where to look for the issue? How is the console trying to get the projects? Through flyteadmin?
and the console looks like this
I think not having the ingress available is the issue, I'll try to set that up now, see if the issue persist
y

Yee

10/12/2023, 11:14 PM
i think ingress is needed yeah, did you manage to set that up?
b

Bram van Meurs

10/17/2023, 5:04 PM
yes it is working now, thanks @Yee