From 5416e5c707baf14e155ff9427708868790eaac48 Mon Sep 17 00:00:00 2001 From: tstastna <78429689+tstastna@users.noreply.github.com> Date: Tue, 16 Nov 2021 10:17:31 +0100 Subject: [PATCH] fix: Remove mentions of multiple instances of Che on one cluster (#2160) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fabrice Flore-Thébault --- .../installation-guide/partials/assembly_installing-che.adoc | 5 +++++ ...roc_installing-che-on-openshift-3-using-the-operator.adoc | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/installation-guide/partials/assembly_installing-che.adoc b/modules/installation-guide/partials/assembly_installing-che.adoc index 84383d767f..a241441671 100644 --- a/modules/installation-guide/partials/assembly_installing-che.adoc +++ b/modules/installation-guide/partials/assembly_installing-che.adoc @@ -22,6 +22,11 @@ ifeval::["{project-context}" == "che"] To use {prod-short} as a service, see: xref:hosted-che:hosted-che.adoc[]. ==== +[NOTE] +==== +You can deploy only one instance of {prod-short} per cluster. +==== + == Installing {prod-short} on a local single-node cluster WARNING: Single-node clusters are suited only for testing or development. Do *not* use such clusters to run {prod-short} for organizations or developer teams. diff --git a/modules/installation-guide/partials/proc_installing-che-on-openshift-3-using-the-operator.adoc b/modules/installation-guide/partials/proc_installing-che-on-openshift-3-using-the-operator.adoc index 96730e194c..d66d85b695 100644 --- a/modules/installation-guide/partials/proc_installing-che-on-openshift-3-using-the-operator.adoc +++ b/modules/installation-guide/partials/proc_installing-che-on-openshift-3-using-the-operator.adoc @@ -7,11 +7,6 @@ This section describes how to install {prod-short} on OpenShift 3 with the `{prod-cli}` CLI management tool. The method of installation is using the Operator and enable TLS (HTTPS). -[NOTE] -==== -Methods for updating from a previous {prod-short} installation and enabling multiple instances in the same {ocp} {ocp3-ver} cluster are provided below the installation procedure. -==== - Operators are a method of packaging, deploying, and managing a {platforms-name} application which also provide the following: * Repeatability of installation and upgrade.