Skip to content

Commit 4d84fed

Browse files
authored
Merge pull request #57392 from masauso-lungu/ML-RHDEVDOCS-3382
ML-RHDEVDOCS-3382: Updated the Pipeline builder instances
2 parents 7f2bccf + f83d7ec commit 4d84fed

12 files changed

+20
-20
lines changed

cicd/pipelines/working-with-pipelines-using-the-developer-perspective.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ You can use the *Developer* perspective of the {product-title} web console to cr
1111

1212
In the *Developer* perspective:
1313

14-
* Use the *Add* -> *Pipeline* -> *Pipeline Builder* option to create customized pipelines for your application.
14+
* Use the *Add* -> *Pipeline* -> *Pipeline builder* option to create customized pipelines for your application.
1515
* Use the *Add* -> *From Git* option to create pipelines using operator-installed pipeline templates and resources while creating an application on {product-title}.
1616
17-
After you create the pipelines for your application, you can view and visually interact with the deployed pipelines in the *Pipelines* view. You can also use the *Topology* view to interact with the pipelines created using the *From Git* option. You need to apply custom labels to a pipeline created using the *Pipeline Builder* to see it in the *Topology* view.
17+
After you create the pipelines for your application, you can view and visually interact with the deployed pipelines in the *Pipelines* view. You can also use the *Topology* view to interact with the pipelines created using the *From Git* option. You must apply custom labels to pipelines created using the *Pipeline builder* to see them in the *Topology* view.
1818

1919
[discrete]
2020
== Prerequisites

modules/cnf-installing-numa-resources-operator-cli.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ metadata:
3535
$ oc create -f nro-namespace.yaml
3636
----
3737

38-
. Create the operator group for the NUMA Resources Operator:
38+
. Create the Operator group for the NUMA Resources Operator:
3939

4040
.. Save the following YAML in the `nro-operatorgroup.yaml` file:
4141
+

modules/nw-ptp-installing-operator-web-console.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ As a cluster administrator, you can install the PTP Operator using the web conso
1010

1111
[NOTE]
1212
====
13-
You have to create the namespace and operator group as mentioned
13+
You have to create the namespace and Operator group as mentioned
1414
in the previous section.
1515
====
1616

@@ -37,7 +37,7 @@ If the installation later succeeds with an *InstallSucceeded* message, you can i
3737
====
3838

3939
+
40-
If the operator does not appear as installed, to troubleshoot further:
40+
If the Operator does not appear as installed, to troubleshoot further:
4141

4242
+
4343
* Go to the *Operators* -> *Installed Operators* page and inspect

modules/nw-rfhe-installing-operator-web-console.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Optional: You can verify that the Operator installed successfully by performing
3636
During installation an Operator might display a *Failed* status. If the installation later succeeds with an *InstallSucceeded* message, you can ignore the *Failed* message.
3737
====
3838

39-
If the operator does not appear as installed, to troubleshoot further:
39+
If the Operator does not appear as installed, to troubleshoot further:
4040

4141
* Go to the *Operators* -> *Installed Operators* page and inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.
4242
* Go to the *Workloads* -> *Pods* page and check the logs for pods in the project namespace.

modules/nw-sriov-configuring-operator.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ Complete the steps to modify the relevant configuration only if the default beha
1414
====
1515

1616
The SR-IOV Network Operator adds the `SriovOperatorConfig.sriovnetwork.openshift.io` CustomResourceDefinition resource.
17-
The operator automatically creates a SriovOperatorConfig custom resource (CR) named `default` in the `openshift-sriov-network-operator` namespace.
17+
The Operator automatically creates a SriovOperatorConfig custom resource (CR) named `default` in the `openshift-sriov-network-operator` namespace.
1818

1919
[NOTE]
2020
=====
2121
The `default` CR contains the SR-IOV Network Operator configuration for your cluster.
22-
To change the operator configuration, you must modify this CR.
22+
To change the Operator configuration, you must modify this CR.
2323
=====
2424

2525
[id="nw-sriov-operator-cr_{context}"]

modules/nw-sriov-installing-operator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ If the installation later succeeds with an *InstallSucceeded* message, you can i
132132
====
133133

134134
+
135-
If the operator does not appear as installed, to troubleshoot further:
135+
If the Operator does not appear as installed, to troubleshoot further:
136136

137137
+
138138
* Inspect the *Operator Subscriptions* and *Install Plans* tabs for any failure or errors under *Status*.

modules/op-constructing-pipelines-using-pipeline-builder.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
:_content-type: PROCEDURE
66
[id="op-constructing-pipelines-using-pipeline-builder_{context}"]
7-
= Constructing Pipelines using the Pipeline Builder
7+
= Constructing Pipelines using the Pipeline builder
88

99
[role="_abstract"]
1010
In the *Developer* perspective of the console, you can use the *+Add* -> *Pipeline* -> *Pipeline builder* option to:
@@ -36,7 +36,7 @@ The *Pipeline builder* view supports a limited number of fields whereas the *YAM
3636
.YAML view
3737
image::op-pipeline-yaml.png[]
3838
+
39-
Configure your pipeline using the *Pipeline Builder*:
39+
. Configure your pipeline by using *Pipeline builder*:
4040

4141
.. In the *Name* field, enter a unique name for the pipeline.
4242
.. In the *Tasks* section:
@@ -54,7 +54,7 @@ The search list contains all the Tekton Hub tasks and tasks available in the clu
5454
**** Search for a task using the quick search field and select the required task from the displayed list.
5555
**** Click *Add* or *Install and add*.
5656
+
57-
.Pipeline Builder
57+
.Pipeline builder
5858
image::op-pipeline-builder.png[]
5959

6060
*** To add a final task:

modules/op-editing-pipelines.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ You can edit the Pipelines in your cluster using the *Developer* perspective of
1212

1313
. In the *Pipelines* view of the *Developer* perspective, select the Pipeline you want to edit to see the details of the Pipeline.
1414
In the *Pipeline Details* page, click *Actions* and select *Edit Pipeline*.
15-
. In the *Pipeline Builder* page:
16-
* You can add additional Tasks, parameters, or resources to the Pipeline.
17-
* You can click the Task you want to modify to see the Task details in the side panel and modify the required Task details, such as the display name, parameters and resources.
15+
. On the *Pipeline builder* page, you can perform the following tasks:
16+
* Add additional Tasks, parameters, or resources to the Pipeline.
17+
* Click the Task you want to modify to see the Task details in the side panel and modify the required Task details, such as the display name, parameters, and resources.
1818
* Alternatively, to delete the Task, click the Task, and in the side panel, click *Actions* and select *Remove Task*.
1919
. Click *Save* to save the modified Pipeline.

modules/op-opting-out-of-tekton-hub-in-the-developer-perspective.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
= Opting out of Tekton Hub in the Developer perspective
88

99
[role="_abstract"]
10-
Cluster administrators can opt out of displaying {tekton-hub} resources, such as tasks and pipelines, in the **Pipeline Builder** view of the **Developer** perspective of an {product-title} cluster.
10+
Cluster administrators can opt out of displaying {tekton-hub} resources, such as tasks and pipelines, in the **Pipeline builder** page of the **Developer** perspective of an {product-title} cluster.
1111

1212
[discrete]
1313
.Prerequisite

modules/op-starting-pipelines-from-topology-view.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For pipelines created using the *From Git* option, you can use the *Topology* vi
1010

1111
[NOTE]
1212
====
13-
To see the pipelines created using the *Pipeline Builder* in the *Topology* view, customize the pipeline labels to link the pipeline with the application workload.
13+
To see the pipelines created using *Pipeline builder* in the *Topology* view, customize the pipeline labels to link the pipeline with the application workload.
1414
====
1515
.Procedure
1616

0 commit comments

Comments
 (0)