outerbounds / metaflow-tools

Tools and utilities for operating Metaflow in production
47 stars 43 forks source link

metaflow UI /api endpoint not accessible #47

Open manojmanivannan opened 1 year ago

manojmanivannan commented 1 year ago

Hi, i deployed the metaflow helm k8s chart on a cluster on a new namespace. Firstly, the metaflow-ui service alone was crashing because of authentication error for 'root' user. After changing the deployment values directly to metaflow for user, password values. Then it seems fine. However i changed the service from clusterIP to NodePort which should expose the service. Now, when hitting the /api endpoint, this is what im getting

[Errno 2] No such file or directory: '/root/services/ui_backend_service/ui/index.html'

any help is appreciated.

pisko1979 commented 15 hours ago

Hi there

have same problem

regards