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: charts/orchestrator-infra/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,12 +105,12 @@ The command removes all the Kubernetes components associated with the chart and
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.
107
107
108
-
The KnativeEventing and KnativeServing CRDs are required fr this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
109
-
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
108
+
The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
109
+
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
110
110
111
-
The versions of the CRDs present in the chart and the ones in teh subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
111
+
The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
The command removes all the Kubernetes components associated with the chart and deletes the release.
76
76
77
77
{{ template"chart.valuesSection". }}
78
+
79
+
### Installing Knative Eventing and Knative Serving CRDs
80
+
81
+
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.
82
+
83
+
The KnativeEventing and KnativeServing CRDs are required for this chart to run. These CRDs need to be present under the crds/ directory before running `helm install`.
84
+
After installing the openshift-serverless subscription, more Knative CRDs will be installed on the cluster.
85
+
86
+
The versions of the CRDs present in the chart and the ones in the subscrtiprion must match. In order to verify the correct CRD, use this following command to extract the CRD:
0 commit comments