You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/migration-prerequisites.adoc
+2-31Lines changed: 2 additions & 31 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,34 +16,5 @@ endif::[]
16
16
* You must upgrade the source cluster to the latest z-stream release.
17
17
* You must have `cluster-admin` privileges on all clusters.
18
18
* The source and target clusters must have unrestricted network access to the replication repository.
19
-
* The cluster on which the `MigrationController` CR is installed must have unrestricted access to the other clusters.
20
-
* If your application uses images from the `openshift` namespace, the required versions of the images must be present on the target cluster.
21
-
+
22
-
If the required images are not present, you must update the image stream tag references to use an available version that is compatible with your application. If the image stream tags cannot be updated, you can manually upload equivalent images to the application namespaces and update the applications to use them.
23
-
24
-
The following image stream tags have been _removed_ from {product-title} _4.2_:
The following image stream tags have been _removed_ from {product-title} _4.4_:
41
-
42
-
* `dotnet: 2.2`
43
-
* `dotnet-runtime: 2.2`
44
-
* `nginx: 1.12`
45
-
* `nodejs: 8, 8-RHOAR, 10-SCL`
46
-
* `perl:5.24`
47
-
* `php: 7.0, 7.1`
48
-
* `redis: 3.2`
49
-
endif::[]
19
+
* The cluster on which the `MigrationController` CR is installed must have unrestricted network access to the other clusters.
20
+
* If your application uses images from the `openshift` namespace, the required versions of the images must be present on the target cluster. You can manually update an image stream tag in order to use a deprecated {product-title} 3 image on an {product-title} {product-version} cluster.
If your application uses images from the `openshift` namespace, the required versions of the images must be present on the target cluster.
9
+
10
+
If the {product-title} 3 image is deprecated in {product-title} {product-version}, you can manually update the image stream tag using Podman.
11
+
12
+
.Prerequisites
13
+
14
+
* You must have Podman installed.
15
+
* You must have `cluster-admin` privileges.
16
+
17
+
.Procedure
18
+
19
+
. Expose the internal registries on the source and target clusters.
20
+
. If you are using insecure registries, add your registry host values to the `[registries.insecure]` section of `/etc/container/registries.conf` to ensure that Podman does not encounter a TLS verification error.
0 commit comments