RedHatQuickCourses / rhoai-pipelines-v2

overview of RHOAI - pipelines component
https://redhatquickcourses.github.io/rhoai-pipelines-v2/
0 stars 0 forks source link

Runtime should be "Execution Engine" #18

Closed strangiato closed 1 week ago

strangiato commented 1 month ago

In the introduction to KFP:

https://github.com/RedHatQuickCourses/rhoai-pipelines-v2/blob/84ba0edc7f0aeed77afeed22e85b99a8f2dbeea4/modules/chapter4/pages/index.adoc

The document says:

OpenShift AI uses the Argo Workflows runtime to execute pipelines

Argo Workflows is an "execution engine" not a runtime.

A runtime is the image that a task in the pipeline uses to run that task. Runtimes are user definable in the pipeline definition.

kknoxrht commented 1 week ago

Updated ! thank you taking the time to send this over.