Hi Everyone, We are facing issues with Metaflow in...
# ask-metaflow
i
Hi Everyone, We are facing issues with Metaflow installed on K8s (Metaflow Service, UI and S3 Datastore), where the workflow itself runs successfully in Argo Workflow, but not showing anywhere in the Metaflow UI (no entry on the the database
runs_v3
table as well) Installed via Helm: https://github.com/outerbounds/metaflow-tools/tree/master/k8s/helm/metaflow but with latest version tags of metaflow_service (2.3.3) and ui (1.1.4).
Copy code
{
  "METAFLOW_DEFAULT_DATASTORE": "s3",
  "METAFLOW_DATASTORE_SYSROOT_S3": "s3://****************",
  "METAFLOW_KUBERNETES_NAMESPACE": "metaflow",
  "METAFLOW_KUBERNETES_SERVICE_ACCOUNT": "metaflow-metaflow-service",
  "METAFLOW_SERVICE_URL": "<http://metaflow-metaflow-ui.metaflow.svc.cluster.local:8083/api/metadata>"
}
Thanks