Skip to content

Commit 6545877

Browse files
authored
Merge pull request #22735 from apinnick/migration-cam-1.2-operator
Update CAM installation for 4.4
2 parents 4225708 + f35e14e commit 6545877

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

modules/migration-installing-cam-operator-ocp-4.adoc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,15 @@ ifdef::source-4-1-4[]
5050
endif::[]
5151
. Use the *Filter by keyword* field (in this case, `Migration`) to find the *Cluster Application Migration Operator*.
5252
. Select the *Cluster Application Migration Operator* and click *Install*.
53-
. On the *Create Operator Subscription* page, select the `openshift-migration` namespace, and specify an approval strategy.
54-
. Click *Subscribe*.
53+
. On the *Create Operator Subscription* page, click *Subscribe*.
5554
+
56-
On the *Installed Operators* page, the *Cluster Application Migration Operator* appears in the *openshift-migration* project with the status *InstallSucceeded*.
55+
On the *Installed Operators* page, the *Cluster Application Migration Operator* appears in the *openshift-migration* project with the status *Succeeded*.
5756

58-
. Under *Provided APIs*, click *View 12 more...*.
59-
. Click *Create New* -> *MigrationController*.
57+
. Click *Cluster Application Migration Operator*.
58+
. Under *Provided APIs*, locate the *Migration Controller* tile, and click *Create Instance*.
6059

6160
ifdef::source-4-1-4[]
62-
. Update the `migration_controller` and `migration_ui` parameters and add the `deprecated_cors_configuration` parameter to the `spec` stanza:
61+
. Set the `migration_controller` and `migration_ui` parameters to `false` and add the `deprecated_cors_configuration: true` parameter to the `spec` stanza:
6362
+
6463
[source,yaml]
6564
----
@@ -72,7 +71,7 @@ spec:
7271
----
7372
endif::[]
7473
ifdef::source-4-2-4[]
75-
. Update the `migration_controller` and `migration_ui` parameters in the `spec` stanza:
74+
. Set the `migration_controller` and `migration_ui` parameters to `false` in the `spec` stanza:
7675
+
7776
[source,yaml]
7877
----

0 commit comments

Comments
 (0)