canonical/kubeflow-examples

Example e2e-wine-kfp-mlflow needs to be reviewed to support KF 1.7

Opened this issue · 3 comments

Example e2e-wine-kfp-mlflow needs to be reviewed to support KF 1.7

Following example in https://github.com/canonical/kubeflow-examples/tree/main/e2e-wine-kfp-mlflow fails due to changes introduced in KF 1.7

Review of the example document is required in order to bring the document up to date with KF 1.7

Hi @i-chvets
I am trying to run this example for a demo we have this week with a potencial customer

Any hints to workaround this?

Versions

Microk8s: 1.25/stable
Charmed Kubeflow: 1.7/stable
Charmed MLflow: 2.1/stable
resource-dspatcher: 1.0/edge

Context

  1. I updated the packages installation in the jupyter notebook to workaround complains in dependencies
    !pip install mlflow==2.1 boto3 awscli pyarrow scikit-learn==1.2.2 jsonschema>=4.18.0 "numpy<1.20" -q

  2. I am now seeing an error on the second step of the pipeline
    image

Logs

k get all -n admin -> https://pastebin.ubuntu.com/p/WRXzxPCF3j/
pod logs -> https://pastebin.ubuntu.com/p/8YwWJq7vk5/

DnPlas commented

hey @gustavosr98, we actually have an issue for that canonical/charmed-kubeflow-uats#38, we are currently working on it.

Thanks @DnPlas adding the comments on the other open issue.