From bc0f2e285a17c4c0e269004afb5e7df6f54b9d21 Mon Sep 17 00:00:00 2001 From: Gwynne Monahan Date: Thu, 20 Feb 2025 08:15:10 -0600 Subject: [PATCH] Weird format appeared (Squash) --- .../ossm-migrating-multitenant-assembly.adoc | 10 ++++++---- modules/ossm-migrating-multitenant-workloads.adoc | 1 - 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/migrating/multitenant/ossm-migrating-multitenant-assembly.adoc b/migrating/multitenant/ossm-migrating-multitenant-assembly.adoc index 0f10e9370738..8956f6a972ef 100644 --- a/migrating/multitenant/ossm-migrating-multitenant-assembly.adoc +++ b/migrating/multitenant/ossm-migrating-multitenant-assembly.adoc @@ -8,7 +8,10 @@ toc::[] This guide is for users who are currently running a multitenant deployment of {SMProductName} {SMv2Version}, and are migrating to {SMProduct} 3.0. -This guide assumes you have completed all the steps in the premigration checklists. If you have not completed the premigration checklists, you must complete them first before you can start migrating your deployment. +[IMPORTANT] +==== +If you have not completed the premigration checklists, you must complete them first before you can start migrating your deployment. +==== include::modules/ossm-migrating-a-multitenant-deployment.adoc[leveloffset=+1] include::modules/ossm-migrating-multitenant-workloads.adoc[leveloffset=+1] @@ -30,7 +33,6 @@ If you are not using gateways, and have verified your mulitenant migration, you include::modules/ossm-migrating-multitenant-with-cert-manager.adoc[leveloffset=+1] include::modules/ossm-migrating-multitenant-workloads-with-cert-manager.adoc[leveloffset=+1] - .Next steps If you are using gateways, you must migrate them before you can complete the migration process for your deployment and workloads. @@ -43,8 +45,8 @@ After you have migrated your gateways, you must update the `app.controller.confi If you are not using gateways, you can complete your migration with cert-manager. -* Complete migration -// +* Complete your migration with cert-manager +// //xrefs across Migration Guides will be handled by OSSM-8852 diff --git a/modules/ossm-migrating-multitenant-workloads.adoc b/modules/ossm-migrating-multitenant-workloads.adoc index daadf3501b2a..65828c9a63dc 100644 --- a/modules/ossm-migrating-multitenant-workloads.adoc +++ b/modules/ossm-migrating-multitenant-workloads.adoc @@ -85,7 +85,6 @@ $ oc rollout status deployment productpage-v1 -n bookinfo . Check that your workload is connected to the new control plane. .. Fetch the list of proxies that are still connected to the {SMProduct} 2.6 control plane with the `istioctl` tool by running the following command: - + [source,terminal] ----