-
Notifications
You must be signed in to change notification settings - Fork 123
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
Extend resourceOp warpper image to operate the list of resources #121
Comments
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
@vincent-pli @Tomcli any comments? |
Hi @fenglixa, here is the tracking issue in the Tekton community tektoncd/pipeline#2050 They have been discussing what are the cases they need to cover for the looping support such as looping with conditions, parallel vs sequential loop, etc. Adding all these use cases will be hard for the wrapper image and we won't get the logging and visual support from Tekton. |
Thanks @Tomcli , It's great if tekton could support the looping parms. That's should be the final solution. |
/close |
@Tomcli: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue-Label Bot is automatically applying the labels:
Please mark this comment with 👍 or 👎 to give our bot feedback! |
/kind feature
Description:
[A clear and concise description of what your proposal. What problem does it solve?]
As discussion in the ticket #70 and #82. Tekton has been explicitly avoiding adding support for recursion and dynamic behavior. So we have to find another way for the solutions.
ResourceOps and VolumeOps are supported in kfp-tekton right now, by PR #89 , #93 and kubectl-wrapper from @vincent-pli .
Another solution we can extend resourceOp warpper image to have additional parmeter (could be named as "parallel-loop-items") with the value of the list, support the type of [a, b, c, d] and also [{'a': 1, 'b': 2}, {'a': 10, 'b': 20}], apply each value of the list to manifest to support this feature.
Additional information:
[Miscellaneous information that will assist in solving the issue.]
The text was updated successfully, but these errors were encountered: