You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
any help is appreciated.
The text was updated successfully, but these errors were encountered: