Skip to content

Commit 205efb8

Browse files
authored
Merge pull request #752 from sm43/pac-preq
2 parents 59449b2 + cec44bc commit 205efb8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/content/docs/install/installation.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ On the Openshift Pipelines Operator, the default namespace is `openshift-pipelin
1212

1313
## Manual Install
1414

15+
### Prerequisite
16+
17+
Before installing Pipelines As Code, please verify [tektoncd/pipeline](https://github.com/tektoncd/pipeline) is installed. You can install the latest released version using the following command
18+
19+
```shell
20+
kubectl apply --filename https://storage.googleapis.com/tekton-releases/pipeline/latest/release.yaml
21+
```
22+
23+
If already installed, please verify it is **_>= v0.25.0_**
24+
1525
If you want to do a manual installation of the stable release of Pipelines as Code
1626
on your OpenShift cluster you can apply the template with kubectl :
1727

0 commit comments

Comments
 (0)