diff --git a/modules/administration-guide/pages/installing-che-on-openshift-using-the-web-console.adoc b/modules/administration-guide/pages/installing-che-on-openshift-using-the-web-console.adoc index 244a851314..f0c55eacfe 100644 --- a/modules/administration-guide/pages/installing-che-on-openshift-using-the-web-console.adoc +++ b/modules/administration-guide/pages/installing-che-on-openshift-using-the-web-console.adoc @@ -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: +