From 9bc79f4b04756ee97dfec717b8925338c59371ac Mon Sep 17 00:00:00 2001 From: shreyasiddhartha Date: Fri, 7 Feb 2025 12:04:03 +0530 Subject: [PATCH] OSSM-8699 --- install/ossm-installing-openshift-service-mesh.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install/ossm-installing-openshift-service-mesh.adoc b/install/ossm-installing-openshift-service-mesh.adoc index f57bb817b9c0..6ea86326a41e 100644 --- a/install/ossm-installing-openshift-service-mesh.adoc +++ b/install/ossm-installing-openshift-service-mesh.adoc @@ -8,6 +8,11 @@ toc::[] Installing {ocp-short-name} {SMProductShortName} consists of three main tasks: installing the {ocp-short-name} Operator, deploying {istio}, and customizing the {istio} configuration. Then, you can also choose to install the sample `bookinfo` application to push data through the mesh and explore mesh functionality. +[WARNING] +==== +Before migrating from {SMProduct} 2, make sure you are not running {SMProduct} 3 and {SMProduct} 2 in the same cluster, because it causes conflicts unless configured correctly. To migrate from {SMProduct} 2, see xref:../migrating/ossm-migrating-read-me-assembly.adoc#ossm-migrating-read-me-assembly[Migrating from {SMProduct} 2.6]. +==== + include::modules/ossm-about-deploying-istio-using-service-mesh-operator.adoc[leveloffset=+1] include::modules/ossm-about-deployment-and-update-strategies.adoc[leveloffset=+2] include::modules/ossm-installing-operator.adoc[leveloffset=+1]