Skip to content

Commit 19290e3

Browse files
authored
Merge pull request opendatahub-io#154 from HumairAK/update_docs
Update OCP pipelines pre-req version req.
2 parents 4fa6b5d + 646bbee commit 19290e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ To get started you will first need to satisfy the following pre-requisites:
3030
## Pre-requisites
3131
1. An OpenShift cluster that is 4.9 or higher.
3232
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].
3436
4. Based on installation type you will need one of the following:
3537
1. For Standalone method: You will need to have [Kustomize] version 4.5+ installed
3638
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."
260262

261263
## Using the API
262264

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]
264266
> in your environment
265267
266268
In the previous step we submitted a generated `Pipeline` yaml via the GUI. We can also submit the `Pipeline` code

0 commit comments

Comments
 (0)