mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
33 lines
1.0 KiB
Plaintext
33 lines
1.0 KiB
Plaintext
[id="installing-pipelines"]
|
|
= Installing OpenShift Pipelines
|
|
include::modules/common-attributes.adoc[]
|
|
include::modules/pipelines-document-attributes.adoc[]
|
|
:context: installing-pipelines
|
|
|
|
toc::[]
|
|
|
|
// Prerequisites for installing OpenShift Operator
|
|
[discrete]
|
|
.Prerequisites
|
|
|
|
* You have access to an {product-title} cluster using an account with `cluster-admin` permissions.
|
|
|
|
* You have installed `oc` CLI.
|
|
|
|
////
|
|
* You have installed xref:../cli_reference/tkn_cli/installing-tkn.adoc[OpenShift Pipelines (`tkn`) CLI] on your local system.
|
|
////
|
|
|
|
//Installing Pipelines Operator using web console
|
|
|
|
include::modules/op-installing-pipelines-operator-in-web-console.adoc[leveloffset=+1]
|
|
|
|
// Installing Pipelines Operator using CLI
|
|
|
|
include::modules/op-installing-pipelines-operator-using-the-cli.adoc[leveloffset=+1]
|
|
|
|
|
|
== Additional Resources
|
|
|
|
* You can learn more about installing Operators on {product-title} in the xref:../operators/olm-adding-operators-to-cluster.adoc#olm-adding-operators-to-a-cluster[adding Operators to a cluster] section.
|