File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,9 @@ To get started you will first need to satisfy the following pre-requisites:
30
30
## Pre-requisites
31
31
1 . An OpenShift cluster that is 4.9 or higher.
32
32
2 . You will need to be logged into this cluster as [ cluster admin] via [ oc client] .
33
- 3 . The OpenShift Cluster must have OpenShift Pipelines 1.7.2 or higher installed. Instructions [ here] [ OCP Pipelines Operator ] .
33
+ 3 . The OpenShift Cluster must have OpenShift Pipelines 1.8 or higher installed. We recommend channel pipelines-1.8
34
+ on OCP 4.10 and pipelines-1.9 or pipelines-1.10 for OCP 4.11, 4.12 and 4.13.
35
+ Instructions [ here] [ OCP Pipelines Operator ] .
34
36
4 . Based on installation type you will need one of the following:
35
37
1 . For Standalone method: You will need to have [ Kustomize] version 4.5+ installed
36
38
2 . For ODH method: The Open Data Hub operator needs to be installed. You can install it via [ OperatorHub] [ installodh ] .
@@ -260,7 +262,7 @@ see these logs after clicking this step and navigating to "Logs."
260
262
261
263
## Using the API
262
264
263
- > Note: By default we use kfp-tekton v1.4 for this section so you will need [ kfp-tekton v1.4 .x sdk installed] [ kfp-tekton ]
265
+ > Note: By default we use kfp-tekton 1.5.x for this section so you will need [ kfp-tekton v1.5 .x sdk installed] [ kfp-tekton ]
264
266
> in your environment
265
267
266
268
In the previous step we submitted a generated ` Pipeline ` yaml via the GUI. We can also submit the ` Pipeline ` code
You can’t perform that action at this time.
0 commit comments