-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question: support ParallelFor params which was defined in input/out #70
Comments
Issue Label Bot is not confident enough to auto-label this issue. |
@afrittoli @animeshsingh @vincent-pli @ckadner @Tomcli could you help? |
/kind question |
Since Tekton doesn't have loop/recursion support, PR #67 will workaround the static parameters by flatten the loop with parallel taskruns. |
I belive we need inputs from @afrittoli @vincent-pli for this. Is there a view of how any pipelines currently are using dynamic links? |
We started looking at this kind of feature on Tekton side. Until we implement it I don't think there's a way to support the dynamic 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. |
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it. |
Rename Visualization Server overlay
If loop parameters are static, then we can parallel instance several taskrun with different parameter to workaround it.
But if the loop parameters are from the input/output parameter of pipeline/tasks, how it works for tekton pipeline?
e.g: https://github.com/kubeflow/pipelines/blob/master/samples/core/loop_parameter/loop_parameter.py
The text was updated successfully, but these errors were encountered: