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
Helm chart to deploy the Orchestrator solution's required infrastructure suite on OpenShift, including OpenShift Serverless Logic Operator and OpenShift Serverless Operator.
7
8
@@ -89,7 +90,7 @@ The command removes all the Kubernetes components associated with the chart and
89
90
| serverlessLogicOperator.subscription.spec.name | name of the operator package | string |`"logic-operator-rhel8"`|
90
91
| serverlessLogicOperator.subscription.spec.source | name of the catalog source | string |`"redhat-operators"`|
| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator | string |`"logic-operator-rhel8.v1.35.0"`|
93
+
| serverlessLogicOperator.subscription.spec.startingCSV | The initial version of the operator, must match CRDs installed by the chart| string |`"logic-operator-rhel8.v1.35.0"`|
93
94
| serverlessOperator.enabled | whether the operator should be deployed by the chart | bool |`true`|
94
95
| serverlessOperator.subscription.namespace | namespace where the operator should be deployed | string |`"openshift-serverless"`|
95
96
| serverlessOperator.subscription.spec.channel | channel of an operator package to subscribe to | string |`"stable"`|
@@ -100,7 +101,6 @@ The command removes all the Kubernetes components associated with the chart and
100
101
| tests.enabled | Whether to create the test pod used for testing the Release using `helm test`. | bool |`true`|
101
102
| tests.image | Test pod image | string |`"bitnami/kubectl:latest"`|
102
103
103
-
104
104
### Installing Knative Serving CRDs
105
105
106
106
The orchestrator-infra chart requires several CRDs for Knative Eventing and Knative Serving. These CRDs will be applied prior to installing the chart, ensuring that Knative CRs can be created as part of the chart’s deployment process. This approach eliminates the need to wait for the OpenShift Serverless Operator’s subscription to install them beforehand.
0 commit comments