So far KFP has nice UI for DAG. However in production setup we want the final deployment to be approved by human.
This opens up another channel to add notification setup if possible. I am assuming Argo provides those primitives but we might have to expose them via KFP compiler API ?
I raised this kind of request here: https://github.com/kubeflow/pipelines/issues/3101
I also delivered a fully working solution that includes the ability to suspend and resume the pipeline.
Can you please add your opinions to the issue?
Thanks.
I agree this is a common need for CI/CD pipelines.
Is suspend and resume the argo way to do it?
I remember seeing in Jenkins, we may make a component that waits for user signal.
Not sure which option will be a better fit. Welcome discussion on this.
I'm more treating this FR as a WORKFLOW feature.
It will have more extensions like
So it's more of a workflow feature to me and it can be handled via following options.
Are you using KFP for ML Pipeline or other case? May I know the detailed use-case?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
/lifecycle frozen
this is still a valid feature request
Most helpful comment
I raised this kind of request here: https://github.com/kubeflow/pipelines/issues/3101
I also delivered a fully working solution that includes the ability to suspend and resume the pipeline.
Can you please add your opinions to the issue?
Thanks.