Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion migrating_from_ocp_3_to_4/installing-3-4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ After you have installed {mtc-short}, you must configure an object storage to us

To uninstall {mtc-short}, see xref:../migrating_from_ocp_3_to_4/installing-3-4.adoc#migration-uninstalling-mtc-clean-up_installing-3-4[Uninstalling {mtc-short} and deleting resources].

include::modules/migration-compatibility-guidelines.adoc[leveloffset=+1]
include::modules/migration-compatibility-guidelines-3-to-4.adoc[leveloffset=+1]
include::modules/migration-installing-legacy-operator.adoc[leveloffset=+1]
include::modules/migration-installing-mtc-on-ocp-4.adoc[leveloffset=+1]
include::modules/migration-about-configuring-proxies.adoc[leveloffset=+1]
Expand Down
2 changes: 1 addition & 1 deletion migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ By default, the {mtc-short} web console and the `Migration Controller` pod run o

To uninstall {mtc-short}, see xref:../migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc#migration-uninstalling-mtc-clean-up_installing-restricted-3-4[Uninstalling {mtc-short} and deleting resources].

include::modules/migration-compatibility-guidelines.adoc[leveloffset=+1]
include::modules/migration-compatibility-guidelines-3-to-4.adoc[leveloffset=+1]
include::modules/migration-installing-mtc-on-ocp-4.adoc[leveloffset=+1]
include::modules/migration-installing-legacy-operator.adoc[leveloffset=+1]
include::modules/migration-about-configuring-proxies.adoc[leveloffset=+1]
Expand Down
36 changes: 36 additions & 0 deletions modules/migration-compatibility-guidelines-3-to-4.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
// Module included in the following assemblies:
//
// * migrating_from_ocp_3_to_4/installing-3-4.adoc
// * migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc

:_mod-docs-content-type: CONCEPT
[id="migration-compatibility-guidelines-3-to-4_{context}"]
= Compatibility guidelines

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

.Definitions

control cluster:: The cluster that runs the {mtc-short} controller and GUI.
remote cluster:: A source or destination cluster for a migration that runs Velero. The Control Cluster communicates with Remote clusters using the Velero API to drive migrations.

You must use the compatible {mtc-short} version for migrating your {product-title} clusters. For the migration to succeed, both your source cluster and the destination cluster must use the same version of {mtc-short}.

{mtc-short} 1.7 supports migrations from {product-title} 3.11 to 4.16.

{mtc-short} 1.8 only supports migrations from {product-title} 4.14 and later.

.{mtc-short} compatibility: Migrating from {product-title} 3 to 4
|===
|Details |{product-title} 3.11 |{product-title} 4.14 or later

|Stable {mtc-short} version
|{mtc-short} v.1.7._z_
|{mtc-short} v.1.8._z_

|Installation
|As described in this guide
|Install with OLM, release channel `release-v1.8`
|===

Edge cases exist where network restrictions prevent {product-title} 4 clusters from connecting to other clusters involved in the migration. For example, when migrating from an {product-title} 3.11 cluster on premises to a {product-title} 4 cluster in the cloud, the {product-title} 4 cluster might have trouble connecting to the {product-title} 3.11 cluster. In this case, it is possible to designate the {product-title} 3.11 cluster as the control cluster and push workloads to the remote {product-title} 4 cluster.
2 changes: 0 additions & 2 deletions modules/migration-compatibility-guidelines.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Module included in the following assemblies:
//
// * migrating_from_ocp_3_to_4/installing-3-4.adoc
// * migrating_from_ocp_3_to_4/installing-restricted-3-4.adoc
// * migration_toolkit_for_containers/installing-mtc.adoc
// * migration_toolkit_for_containers/installing-mtc-restricted.adoc

Expand Down