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
== Adding Operators to the validated pattern framework
16
+
15
17
Subscriptions are defined in the values files and they are OpenShift Operator subscriptions from the Operator Hub. Subscriptions contribute to the creation of a software bill of materials (SBOM), detailing all intended installations within the ClusterGroup. For example in `values-hub.yaml`, the subscriptions defined in the subscriptions section specify Operators that are installed in the hub cluster when you deploy the validated pattern.
16
18
17
19
This procedure describes how subscriptions to Operators are added to the validated pattern framework.
18
20
19
21
.Procedure
20
22
21
23
=== 1. Identify required application services
22
-
* Decide the application services necessary to support the workload.
24
+
* Decide the application services necessary to support the workload.
23
25
* These services are managed through Operators, which handle their lifecycle within OpenShift.
24
26
25
27
=== 2. Define Operators in the values file
26
-
* Use the validated pattern framework to specify required Operators in a values file (`values-<site>.yaml`).
28
+
* Use the validated pattern framework to specify required Operators in a values file (`values-<site>.yaml`).
27
29
* This file should reflect the specific pattern and site type where the Operators will be deployed.
28
30
29
31
=== 3. Add subscription entries
30
-
* Define the required Operators by adding subscription entries in the `values-<site>.yaml` file.
32
+
* Define the required Operators by adding subscription entries in the `values-<site>.yaml` file.
31
33
* Each entry should specify:
32
-
** The Operator name
33
-
** The namespace where it should be deployed
34
-
** The subscription channel
35
-
** The ClusterServiceVersion (CSV)
34
+
** The Operator name
35
+
** The namespace where it should be deployed
36
+
** The subscription channel
37
+
** The ClusterServiceVersion (CSV)
36
38
37
39
.Example: Deploying Advanced Cluster Management, AMQ, and AMQ Streams
38
40
@@ -64,4 +66,4 @@ subscriptions:
64
66
csv: amq-broker-operator.v7.8.1-opr-3
65
67
----
66
68
67
-
The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment.
69
+
The validated pattern framework provisions the required Operators and deploys them to the specified namespaces, ensuring they are available for workload deployment.
@@ -31,7 +31,7 @@ If you prefer to use tools provided with this project for preparation of the pre
31
31
32
32
[NOTE]
33
33
====
34
-
If you are familiar with the steps necessary for downloading the `Llama-3.1-8B-Instruct` model and copying to a Minio/S3 bucket, you can do so and proceed to <<deploy_model, Deploy model via Red Hat OpenShift AI [[deploy_model]]>> afterward. OpenShift AI will be installed later during pattern execution.
34
+
If you are familiar with the steps necessary for downloading the `Llama-3.1-8B-Instruct` model and copying to a Minio/S3 bucket, you can do so and proceed to <<deploy_model, Deploy model via Red Hat OpenShift AI>> afterward. OpenShift AI will be installed later during pattern execution.
35
35
36
36
If you prefer to run the provided notebooks in another environment, you can do so and skip to <<clone_pattern_code,Clone code repository>> below for further instructions. OpenShift AI will be installed later during pattern execution.
0 commit comments