Skip to content

Commit ab10be4

Browse files
committed
MIG-744: MTC 1.5.0 release notes
1 parent df51fb7 commit ab10be4

17 files changed

+99
-25
lines changed

_topic_map.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2023,7 +2023,7 @@ Topics:
20232023
- Name: Upgrading MTC
20242024
File: upgrading-3-4
20252025
- Name: Premigration checklists
2026-
File: premigration-checklists
2026+
File: premigration-checklists-3-4
20272027
- Name: Migrating your applications
20282028
File: migrating-applications-3-4
20292029
- Name: Advanced migration options
@@ -2037,14 +2037,16 @@ Distros: openshift-enterprise,openshift-origin
20372037
Topics:
20382038
- Name: About MTC
20392039
File: about-mtc
2040+
- Name: MTC release notes
2041+
File: mtc-release-notes
20402042
- Name: Installing MTC
20412043
File: installing-mtc
20422044
- Name: Installing MTC in a restricted network environment
20432045
File: installing-mtc-restricted
20442046
- Name: Upgrading MTC
20452047
File: upgrading-mtc
20462048
- Name: Premigration checklists
2047-
File: premigration-checklists
2049+
File: premigration-checklists-mtc
20482050
- Name: Migrating your applications
20492051
File: migrating-applications-with-mtc
20502052
- Name: Advanced migration options

migrating_from_ocp_3_to_4/about-migrating-from-3-to-4.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,5 @@ Learn about the differences between {product-title} versions 3 and 4. Prior to t
1414

1515
xref:../migrating_from_ocp_3_to_4/about-mtc-3-4.adoc#about-mtc-3-4[About the {mtc-full}]::
1616
Learn about the {mtc-full} ({mtc-short}) to migrate your application workloads.
17+
18+
For new features, enhancements, and known issues, see the xref:../migration-toolkit-for-containers/mtc-release-notes.adoc#mtc-release-notes[{mtc-short} release notes].

migrating_from_ocp_3_to_4/about-mtc-3-4.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
The {mtc-full} ({mtc-short}) web console and API, based on Kubernetes custom resources, enable you to migrate stateful application workloads at the granularity of a namespace.
9-
10-
You can migrate from {product-title} 3.7, 3.9, 3.10, or 3.11 to {product-version}. {mtc-short} enables you to control the migration and to minimize application downtime.
8+
The {mtc-full} ({mtc-short}) enables you to migrate stateful application workloads from {product-title} 3.7, 3.9, 3.10, or 3.11 to {product-version} at the granularity of a namespace.
119

1210
[IMPORTANT]
1311
====
1412
Before you begin your migration, be sure to review the xref:../migrating_from_ocp_3_to_4/planning-migration-3-4.adoc#planning-migration-3-4[differences between {product-title} 3 and 4].
1513
====
1614

15+
{mtc-short} provides a web console and an API, based on Kubernetes custom resources, to help you control the migration and minimize application downtime.
16+
1717
The {mtc-short} console is installed on the target cluster by default. You can configure the {mtc-full} Operator to install the console on an link:https://access.redhat.com/articles/5064151[{product-title} 3 source cluster or on a remote cluster].
1818

1919
{mtc-short} supports the file system and snapshot data copy methods for migrating data from the source cluster to the target cluster. You can select a method that is suited for your environment and is supported by your storage provider.

migrating_from_ocp_3_to_4/advanced-migration-options-3-4.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[id="advanced-migration-options-3-4_{context}"]
1+
[id="advanced-migration-options-3-4"]
22
= Advanced migration options
33
include::modules/common-attributes.adoc[]
44
:context: advanced-migration-options-3-4

migrating_from_ocp_3_to_4/migrating-applications-3-4.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ toc::[]
88

99
You can migrate your applications by using the {mtc-full} ({mtc-short}) web console or from the command line.
1010

11+
Most cluster-scoped resources are not yet handled by {mtc-short}. If your applications require cluster-scoped resources, you might have to create them manually on the target cluster.
12+
13+
During migration, {mtc-short} preserves the following namespace annotations:
14+
15+
* `openshift.io/sa.scc.mcs`
16+
* `openshift.io/sa.scc.supplemental-groups`
17+
* `openshift.io/sa.scc.uid-range`
18+
19+
These annotations preserve the UID range, ensuring that the containers retain their file system permissions on the target cluster. There is a risk that the migrated UIDs could duplicate UIDs within an existing or future namespace on the target cluster.
20+
1121
include::modules/migration-prerequisites.adoc[leveloffset=+1]
1222

1323
[discrete]

migrating_from_ocp_3_to_4/premigration-checklists.adoc renamed to migrating_from_ocp_3_to_4/premigration-checklists-3-4.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
[id="premigration-checks"]
1+
[id="premigration-checklists-3-4"]
22
= Premigration checklists
33
include::modules/common-attributes.adoc[]
4-
:context: premigration-checks
4+
:context: premigration-checklists-3-4
55

66
toc::[]
77

migrating_from_ocp_3_to_4/troubleshooting-3-4.adoc

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

88
This section describes resources for troubleshooting the {mtc-full} ({mtc-short}).
99

10+
For known issues, see the xref:../migration-toolkit-for-containers/mtc-release-notes.adoc#mtc-release-notes[{mtc-short} release notes].
11+
1012
[id="logs-and-debugging-tools_{context}"]
1113
== Logs and debugging tools
1214

migration-toolkit-for-containers/about-mtc.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,19 @@ include::modules/common-attributes.adoc[]
55

66
toc::[]
77

8-
The {mtc-full} ({mtc-short}) web console and API, based on Kubernetes custom resources, enable you to migrate stateful application workloads at the granularity of a namespace.
8+
The {mtc-full} ({mtc-short}) enables you to migrate stateful application workloads between {product-title} clusters at the granularity of a namespace
9+
10+
{mtc-short} provides a web console and an API, based on Kubernetes custom resources, to help you control the migration and minimize application downtime.
911

1012
The {mtc-short} console is installed on the target cluster by default. You can configure the {mtc-full} Operator to install the console on a link:https://access.redhat.com/articles/5064151[remote cluster].
1113

1214
{mtc-short} supports the file system and snapshot data copy methods for migrating data from the source cluster to the target cluster. You can select a method that is suited for your environment and is supported by your storage provider.
1315

16+
[id="additional-resources_{context}"]
17+
[discrete]
18+
== Additional resources
19+
20+
* xref:../migration-toolkit-for-containers/advanced-migration-options-mtc.adoc#advanced-migration-options-mtc[Advanced migration options] for automating migration
21+
1422
include::modules/migration-mtc-workflow.adoc[leveloffset=+1]
1523
include::modules/migration-understanding-data-copy-methods.adoc[leveloffset=+1]

migration-toolkit-for-containers/advanced-migration-options-mtc.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[id="advanced-migration-options-mtc_{context}"]
1+
[id="advanced-migration-options-mtc"]
22
= Advanced migration options
33
include::modules/common-attributes.adoc[]
44
:context: advanced-migration-options-mtc

migration-toolkit-for-containers/migrating-applications-with-mtc.adoc

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

88
You can migrate your applications by using the {mtc-full} ({mtc-short}) web console or from the command line.
99

10+
Most cluster-scoped resources are not yet handled by {mtc-short}. If your applications require cluster-scoped resources, you might have to create them manually on the target cluster.
11+
12+
During migration, the {mtc-full} ({mtc-short}) preserves the following namespace annotations:
13+
14+
* `openshift.io/sa.scc.mcs`
15+
* `openshift.io/sa.scc.supplemental-groups`
16+
* `openshift.io/sa.scc.uid-range`
17+
+
18+
These annotations preserve the UID range, ensuring that the containers retain their file system permissions on the target cluster. There is a risk that the migrated UIDs could duplicate UIDs within an existing or future namespace on the target cluster.
19+
1020
include::modules/migration-prerequisites.adoc[leveloffset=+1]
1121
include::modules/migration-configuring-proxy-for-dvm.adoc[leveloffset=+2]
1222

0 commit comments

Comments
 (0)