Skip to content

Commit 315ddf0

Browse files
author
GitHub Actions
committed
Update the build and deploy section
1 parent 4ac8f4d commit 315ddf0

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

assemblies/assembly-building-and-deploying-serverless-workflows.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ endif::[]
99
:context: orchestrator-rhdh
1010
= Build and deploy serverless workflows
1111

12-
The Orchestrator provides a way to run workflows directly from {product-custom-resource-type} and {product}. This guide details the full workflow lifecycle: moving a workflow from your local machine to deployment on a cluster, where it becomes available in the Orchestrator plugin.
13-
14-
The overall process involves the following main steps, all of which can often be run using a single script:
12+
To make a workflow available in the Orchestrator plugin, the full workflow lifecycle, moving the workflow from your local machine to deployment on a cluster, involves the following main steps. These steps can often be run using a single script.
1513

1614
* Building workflow images
1715
* Generating workflow manifests

modules/orchestrator/con-build-sh-script-and-its-uses.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `build-sh` script does the following in order:
99
* Builds the workflow image using `podman` or `docker`.
1010
* Optional: The script pushes the images to an image registry and deploys the workflow using `kubectl`.
1111

12-
By reviewing the script help menu, you can see the available flags and their functions:
12+
You can review the script configuration options and see available flags and their functions by accessing the help menu:
1313

1414
[source,bash]
1515
----

modules/orchestrator/con-project-structure-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[id="con-project-structure-overview.adoc_{context}"]
44
= Project structure overview
55

6-
We focus on a *Quarkus project layout* (Maven project structure), specifically the following `01_basic` workflow example:
6+
The project utilizes a *Quarkus project layout* (Maven project structure). This structure is illustrated by the following `01_basic` workflow example:
77

88
[source, yaml]
99
----

modules/orchestrator/proc-deploying-workflows-on-a-cluster.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[id="proc-deploying-workflows-on-a-cluster.adoc_{context}"]
44
= Deploying workflows on a cluster
55

6-
You can now deploy the workflow on a cluster, since the image has been pushed to the image registry and the deployment manifests have been made available.
6+
You can deploy the workflow on a cluster, since the image has been pushed to the image registry and the deployment manifests have been made available.
77

88
.Prerequisites
99

0 commit comments

Comments
 (0)