kurator-dev / kurator

Unified resource orchestration, unified scheduling, unified traffic management and unified telemetry for distributed cloud
https://kurator.dev
Apache License 2.0
244 stars 37 forks source link

[FR] The realization of pipeline. #493

Open Xieql opened 11 months ago

Xieql commented 11 months ago

This page lists the requirements for The realization of pipeline.

for more details, see #476

Requirements:

Xieql commented 11 months ago

/assign

Xieql commented 11 months ago

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.