opendatahub-io / data-science-pipelines-tekton

Kubeflow Pipelines on Tekton
https://developer.ibm.com/blogs/kubeflow-pipelines-with-tekton-and-watson/
Apache License 2.0
0 stars 19 forks source link

Workflow encounters "cannot save parameter" error for iris pipeline #192

Closed HumairAK closed 10 months ago

HumairAK commented 10 months ago

To reproduce:

  1. Deploy DSPO v2
  2. Deploy sample v2 dspa
  3. Run the provided iris pipeline
  4. Inspect iris pipeline workflow pods main container you should see the following errors:
time="2024-01-04T15:09:35.338Z" level=error msg="cannot save parameter /tmp/outputs/iteration-count" argo=true error="open /tmp/outputs/iteration-count: no such file or directory"
time="2024-01-04T15:09:35.338Z" level=error msg="cannot save parameter /tmp/outputs/condition" argo=true error="open /tmp/outputs/condition: no such file or directory"
gregsheremeta commented 10 months ago

Migrated to Jira: https://issues.redhat.com/browse/RHOAIENG-1629