how to use metaflow in a local k8s cluster instea...
# ask-metaflow
e
how to use metaflow in a local k8s cluster instead of the public cloud? did not find info about it in the official doc
1
v
here are instructions for Minio, they should point you at the right direction https://github.com/outerbounds/metaflow-with-airflow-minio
feel free to ask more if you need help getting it going!
e
thank you , i will give it a shot!
👍 1
hi ville ,successfully deployed metaflow to my local k8s cluster. when used the image : netflixoss/metaflow_metadata_service:v2.4.0, there is an error ,look the following pic, but the image netflixoss/metaflow_metadata_service:v2.3.10 is all right.
how to deal with the error? i want use the latest version metaflow_metadata_service, looking forward to your reply,thank you
this is the no error result by using netflixoss/metaflow_metadata_service:v2.3.10
v
looking, stay tuned.. 👀
e
this is the log of netflixoss/metaflow_metadata_service:v2.4.10
the is the error msg from the UI
b
I'll have a fix out for this shortly, there is an issue regarding accessing content hosted on MinIO (logs, artifacts, DAG) with the metaflow-ui
v2.4.0
. This issue was caused by the metaflow client being bundled as part of the metaflow-ui backend, but not having a strict version pinned; when building the 2.4.0 release for the service, the client version 2.9.5 was included which had a bug regarding accessing content on MinIO
https://github.com/Netflix/metaflow-service/releases/tag/v2.4.1 released. Logs and artifacts should be accessible on MinIO again with this version. It might take a moment for the release to hit DockerHub
🤗 1
e
thank you , i will test it
the v2.4.1 works fine ,thanks
🙌 1