Skip to content

Commit d698ae7

Browse files
authored
Merge pull request #81588 from mramendi/RHDEVDOCS-6161-cluster
RHDEVDOCS 6161 remove the word remote from cluster resolver docs
2 parents b7b314e + 9119aab commit d698ae7

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

create/remote-pipelines-tasks-resolvers.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ include::modules/op-resolver-bundle-config.adoc[leveloffset=+2]
4444
include::modules/op-resolver-bundle.adoc[leveloffset=+2]
4545

4646
[id="resolver-cluster_{context}"]
47-
== Specifying a remote pipeline or task from the same cluster
47+
== Specifying a pipeline or task from the same cluster
4848

49-
You can use the cluster resolver to specify a remote pipeline or task that is defined in a namespace on the {OCP} cluster where {pipelines-title} is running.
49+
You can use the cluster resolver to specify a pipeline or task that is defined in a namespace on the {OCP} cluster where {pipelines-title} is running.
5050

5151
In particular, you can use the cluster resolver to access tasks that {pipelines-shortname} provides in its installation namespace, which is normally the `openshift-pipelines` namespace.
5252

modules/op-resolver-cluster.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
// // *openshift_pipelines/remote-pipelines-tasks-resolvers.adoc
55
:_mod-docs-content-type: PROCEDURE
66
[id="resolver-cluster-specify_{context}"]
7-
= Specifying a remote pipeline or task using the cluster resolver
7+
= Specifying a pipeline or task from the same cluster using the cluster resolver
88

9-
When creating a pipeline run, you can specify a remote pipeline from the same cluster. When creating a pipeline or a task run, you can specify a remote task from the same cluster.
9+
When creating a pipeline run, you can specify a pipeline that exists on the same cluster. When creating a pipeline or a task run, you can specify a task that exists on the the same cluster.
1010

1111
.Procedure
1212

13-
* To specify a remote pipeline or task from the same cluster, use the following reference format in the `pipelineRef` or `taskRef` spec:
13+
* To specify a pipeline or task from the same cluster, use the following reference format in the `pipelineRef` or `taskRef` spec:
1414
+
1515
[source,yaml]
1616
----
@@ -46,7 +46,7 @@ When creating a pipeline run, you can specify a remote pipeline from the same cl
4646
+
4747
If the pipeline or task requires additional parameters, provide these parameters in `params`.
4848

49-
The following example pipeline run references a remote pipeline from the same cluster:
49+
The following example pipeline run references a pipeline from the same cluster:
5050

5151
[source,yaml]
5252
----
@@ -69,7 +69,7 @@ spec:
6969
value: test
7070
----
7171

72-
The following example pipeline references a remote task from the same cluster:
72+
The following example pipeline references a task from the same cluster:
7373

7474
[source,yaml]
7575
----
@@ -94,7 +94,7 @@ spec:
9494
value: test
9595
----
9696

97-
The following example task run references a remote task from the same cluster:
97+
The following example task run references a task from the same cluster:
9898

9999
[source,yaml]
100100
----

0 commit comments

Comments
 (0)