Skip to content

Commit

Permalink
docs: Adding caution for WTO, DWO, Dev Space installation (#2688)
Browse files Browse the repository at this point in the history
* docs: Adding caution for WTO, DWO, Dev Space installation

* fixup!
  • Loading branch information
ibuziuk authored Feb 22, 2024
1 parent 5232616 commit 2c9e26c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ If you have trouble xref:installing-che-on-openshift-using-cli.adoc[installing {
+
TIP: See link:https://docs.openshift.com/container-platform/{ocp4-ver}/operators/admin/olm-adding-operators-to-cluster.html#olm-installing-from-operatorhub-using-web-console_olm-adding-operators-to-a-cluster[Installing from OperatorHub using the web console].
+
CAUTION: The {prod} Operator depends on the {devworkspace} Operator. If you install the {prod} Operator manually to a non-default namespace, ensure that the {devworkspace} Operator is also installed in the same namespace. This is required as the Operator Lifecycle Manager will attempt to install the {devworkspace} Operator as a dependency within the {prod} Operator namespace, potentially resulting in two conflicting installations of the {devworkspace} Operator if the latter is installed in a different namespace.
CAUTION: The {prod} Operator depends on the {devworkspace} Operator. If you install the {prod} Operator manually to a non-default namespace, ensure that the {devworkspace} Operator is also installed in the same namespace. This is required as the Operator Lifecycle Manager will attempt to install the {devworkspace} Operator as a dependency within the {prod} Operator namespace, potentially resulting in two conflicting installations of the {devworkspace} Operator if the latter is installed in a different namespace.

CAUTION: If you want to onboard link:https://docs.openshift.com/container-platform/4.14/web_console/web_terminal/installing-web-terminal.html[Web Terminal Operator] on the cluster make sure to use the same installation namespace as {prod} Operator since both depend on {devworkspace} Operator. Web Terminal Operator, {prod} Operator, and {devworkspace} Operator must be installed in the same namespace.

. Create the `{prod-namespace}` project in OpenShift as follows:
+
Expand Down

0 comments on commit 2c9e26c

Please sign in to comment.