You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/orchestrator/con-getting-started.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
To start using Orchestrator in {product-very-short}, you must:
7
7
8
-
* Install the required infrastructure components, such as Red Hat OpenShift Serverless Operator, Knative Serving, Knative Eventing, and OpenShift Serverless Logic Operator
8
+
* Install the required infrastructure components, such as OpenShift Serverless Operator, and OpenShift Serverless Logic Operator
9
9
10
10
* Configure your {product-custom-resource-type} custom resource (CR) or Helm values file for Orchestrator
Copy file name to clipboardExpand all lines: modules/orchestrator/proc-enable-orchestrator-plugin.adoc
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
:_mod-docs-content-type: PROCEDURE
2
2
3
3
[id="proc-enable-orchestrator-plugin_{context}"]
4
-
= Enabling the Orchestrator plugin using Operator
4
+
= Enabling the Orchestrator plugin using the Operator
5
5
6
6
You can enable the Orchestrator plugin in {product-very-short} by configuring dynamic plugins in your {product-custom-resource-type} custom resource (CR).
7
7
@@ -19,8 +19,14 @@ You can enable the Orchestrator plugin in {product-very-short} by configuring dy
19
19
disabled: false
20
20
----
21
21
+
22
+
[NOTE]
23
+
====
24
+
When you enable the plugins, the pre-loaded plugin configuration are used.
25
+
Additionally, the `ref: sonataflow` field installs the Openshift Serverless and Openshift Serverless Logic resources. This happens automatically when you are using the Operator.
26
+
====
27
+
+
22
28
.Example: Complete configuration of the Orchestrator plugin
Copy file name to clipboardExpand all lines: modules/orchestrator/proc-install-rhdh-with-orchestrator-helm-cli.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ You can install {product} ({product-very-short}) on {ocp-short} with the Orchest
8
8
.Prerequisites
9
9
10
10
* You are logged in as an administrator and have access to the {product} Helm chart repository.
11
-
* You can install the necessary infrastructures resources, such as SonataFlow, alongside {product-very-short} in the same namespace.
11
+
* You can install the necessary infrastructures resources, such as other Openshift operators (OpenShift Serverless and OpenShift Serverless Logic), alongside {product-very-short} in the same namespace.
12
12
+
13
13
This is a one-off requirement and must be completed before enabling the Orchestrator plugin.
0 commit comments