Skip to content

Commit ce7cd3f

Browse files
authored
Merge pull request #39537 from apinnick/bz2028880-disambiguate-mtc-migration-docs
BZ2028880: Clarify that MTC installation is for OCP4
2 parents ba210d6 + 7eb14d6 commit ce7cd3f

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

migration_toolkit_for_containers/about-mtc.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ toc::[]
77

88
The {mtc-full} ({mtc-short}) enables you to migrate stateful application workloads between {product-title} 4 clusters at the granularity of a namespace.
99

10+
[NOTE]
11+
====
12+
If you are migrating from {product-title} 3, see xref:../migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc#about-migrating-from-3-to-4[About migrating from {product-title} 3 to 4] and xref:../migrating_from_ocp_3_to_4/installing-3-4.adoc#migration-installing-legacy-operator_installing-3-4[Installing the legacy {mtc-full} Operator on {product-title} 3].
13+
====
14+
1015
You can migrate applications within the same cluster by using state migration.
1116

1217
{mtc-short} provides a web console and an API, based on Kubernetes custom resources, to help you control the migration and minimize application downtime.

migration_toolkit_for_containers/installing-mtc-restricted.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ By default, the {mtc-short} web console and the `Migration Controller` pod run o
1919

2020
* {product-title} 4.6 or later: Install the {mtc-full} Operator by using Operator Lifecycle Manager.
2121
* {product-title} 4.2 to 4.5: Install the legacy {mtc-full} Operator from the command line interface.
22+
+
23+
[NOTE]
24+
====
25+
To install {mtc-short} on {product-title} 3, see xref:../migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc#migration-installing-legacy-operator_installing-restricted-3-4[Installing the legacy {mtc-full} Operator on {product-title} 3].
26+
====
2227

2328
. Configure object storage to use as a replication repository.
2429

migration_toolkit_for_containers/installing-mtc.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ toc::[]
88

99
You can install the {mtc-full} ({mtc-short}) on {product-title} 4.
1010

11-
After you manually install the legacy {mtc-full} Operator on the {product-title} 4 source cluster, you install the {mtc-full} Operator on the {product-title} {product-version} target cluster by using the Operator Lifecycle Manager.
11+
[NOTE]
12+
====
13+
To install {mtc-short} on {product-title} 3, see xref:../migrating_from_ocp_3_to_4/installing-3-4.adoc#migration-installing-legacy-operator_installing-3-4[Installing the legacy {mtc-full} Operator on {product-title} 3].
14+
====
1215

1316
By default, the {mtc-short} web console and the `Migration Controller` pod run on the target cluster. You can configure the `Migration Controller` custom resource manifest to run the {mtc-short} web console and the `Migration Controller` pod on a link:https://access.redhat.com/articles/5064151[remote cluster].
1417

modules/migration-compatibility-guidelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[id="migration-compatibility-guidelines_{context}"]
99
= Compatibility guidelines
1010

11-
You must install the {mtc-full} ({mtc-short}) version that is compatible with your {product-title} version.
11+
You must install the {mtc-full} ({mtc-short}) Operator that is compatible with your {product-title} version.
1212

1313
You cannot install {mtc-short} {mtc-version} on {product-title} 4.5, or earlier versions, because the custom resource definition API versions are incompatible.
1414

0 commit comments

Comments
 (0)