-
Notifications
You must be signed in to change notification settings - Fork 37
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
[FR] The realization of pipeline. #493
Comments
/assign |
PredefinedTask Rendering:PredefinedTask directly render default parameter values for existed task, eliminating the need for user configuration. This method is efficient for standard tasks, reducing setup complexity and expediting the process. It is based on class Tekton catalog task CustomTask Rendering:CustomTask rendering automates the entire task setup, requiring no parameter input from the user. It's designed for complex tasks, providing a ready-to-use configuration with all necessary details included. It is means that, user need provide enough info about the task excution. Pipeline Integration:Both PredefinedTask and CustomTask are engineered for direct integration into Pipelines, no more need any parameter passing. |
This page lists the requirements for The realization of pipeline.
for more details, see #476
Requirements:
Pipeline API: pipeline: Init pipeline api #478
Render template:
Reconciler for Render Tekton Resource:
Kurator pipeline cli:
The text was updated successfully, but these errors were encountered: