kubeflow / pipelines

Machine Learning Pipelines for Kubeflow
https://www.kubeflow.org/docs/components/pipelines/
Apache License 2.0
3.61k stars 1.63k forks source link

[backend] Updating KFP doesn't update existing scheduled runs #11296

Open hbelmiro opened 1 month ago

hbelmiro commented 1 month ago

When we upgrade KFP, the existing ScheduledWorkflow doesn't have spec.workflow.spec updated. That leads to subsequent runs being executed with old images.

Workaround

Delete the scheduled run that is failing to execute, and then recreate it. Alternatively, you can duplicate the existing scheduled run.


Impacted by this bug? Give it a 👍.

hbelmiro commented 1 month ago

/assign