-
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
Update compiler to use taskRun podTemplate spec #146
Comments
Issue Label Bot is not confident enough to auto-label this issue. |
1 similar comment
Issue Label Bot is not confident enough to auto-label this issue. |
@Tomcli: The label(s) 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. |
@JohanWork maybe this would be something for you? I can help out. |
/assign @NikeNano |
/kind feature
/help-wanted
Description:
Thanks to @NikeNano's PR tektoncd/pipeline#2389, taskRun podTemplate spec is now available in Tekton pipelineRun.
Current implementation: https://github.com/kubeflow/kfp-tekton/blob/master/sdk/FEATURES.md#affinity-node-selector-and-tolerations
Code: https://github.com/kubeflow/kfp-tekton/blob/master/sdk/python/kfp_tekton/compiler/compiler.py#L312-L319
Above is our current implementation to use pipelineRun podTemplate spec. Our goal is to migrate this to use taskRun podTemplate spec so it has the same behavior as Argo.
The text was updated successfully, but these errors were encountered: