Open jsitu777 opened 1 year ago
from pip list
kfp 1.8.13
kfp-pipeline-spec 0.1.16
kserve 0.9.0
Same error for me even after setting up the serviceAccount. Did you figure it out?
Same error for me even after setting up the serviceAccount. Did you figure it out?
Download an mnist.npz file from the internet, and then place it in the root directory of Minio https://storage.googleapis.com/tensorflow/tf-keras-datasets/mnist.npz
Hi,
I was following your tutorial in https://www.youtube.com/watch?v=6wWdNg0GMV4 I have kubeflow set up with EKS cluster with version 1.23 (ebs-csi driver set up as instructed) Kubeflow itself seem to be working as I try the Demo XGBoost pipeline and it was able to complete.
I set up the notebook with allow access to kubeflow pipeline checked, and applied
access_kfp_from_jupyter_notebook.yaml
andset-minio-kserve-secret.yaml
I am also able to access minio and see some artifacts generated etc.
When I run
digits_recognizer_pipeline.ipynb
, the get latest data finished quickly but theget data batch
step get stucked and time out.Here;s the log:
What might be wrong? kubeflow version is 1.6.1