canonical / kubeflow-examples

Charmed Kubeflow examples
Apache License 2.0
30 stars 9 forks source link

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

Open i-chvets opened 1 year ago

i-chvets commented 1 year ago

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

gustavosr98 commented 9 months ago

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 9 months ago

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

gustavosr98 commented 9 months ago

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