Skip to content
Merged
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
13 changes: 6 additions & 7 deletions modules/migration-installing-cam-operator-ocp-4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,15 @@ ifdef::source-4-1-4[]
endif::[]
. Use the *Filter by keyword* field (in this case, `Migration`) to find the *Cluster Application Migration Operator*.
. Select the *Cluster Application Migration Operator* and click *Install*.
. On the *Create Operator Subscription* page, select the `openshift-migration` namespace, and specify an approval strategy.
. Click *Subscribe*.
. On the *Create Operator Subscription* page, click *Subscribe*.
+
On the *Installed Operators* page, the *Cluster Application Migration Operator* appears in the *openshift-migration* project with the status *InstallSucceeded*.
On the *Installed Operators* page, the *Cluster Application Migration Operator* appears in the *openshift-migration* project with the status *Succeeded*.

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

ifdef::source-4-1-4[]
. Update the `migration_controller` and `migration_ui` parameters and add the `deprecated_cors_configuration` parameter to the `spec` stanza:
. Set the `migration_controller` and `migration_ui` parameters to `false` and add the `deprecated_cors_configuration: true` parameter to the `spec` stanza:
+
[source,yaml]
----
Expand All @@ -72,7 +71,7 @@ spec:
----
endif::[]
ifdef::source-4-2-4[]
. Update the `migration_controller` and `migration_ui` parameters in the `spec` stanza:
. Set the `migration_controller` and `migration_ui` parameters to `false` in the `spec` stanza:
+
[source,yaml]
----
Expand Down