diff --git a/modules/nw-ovn-kubernetes-migration.adoc b/modules/nw-ovn-kubernetes-migration.adoc index 1b69890aa9ff..49f54210cac2 100644 --- a/modules/nw-ovn-kubernetes-migration.adoc +++ b/modules/nw-ovn-kubernetes-migration.adoc @@ -428,7 +428,7 @@ $ oc get co The status of every cluster Operator must be the following: `AVAILABLE="True"`, `PROGRESSING="False"`, `DEGRADED="False"`. If a cluster Operator is not available or degraded, check the logs for the cluster Operator for more information. . Complete the following steps only if the migration succeeds and your cluster is in a good state: - ++ .. To remove the migration configuration from the CNO configuration object, enter the following command: + [source,terminal] @@ -436,7 +436,7 @@ The status of every cluster Operator must be the following: `AVAILABLE="True"`, $ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{ "spec": { "migration": null } }' ---- - ++ .. To remove custom configuration for the OpenShift SDN network provider, enter the following command: + [source,terminal] @@ -444,13 +444,20 @@ $ oc patch Network.operator.openshift.io cluster --type='merge' \ $ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{ "spec": { "defaultNetwork": { "openshiftSDNConfig": null } } }' ---- - ++ .. To remove the OpenShift SDN network provider namespace, enter the following command: + [source,terminal] ---- $ oc delete namespace openshift-sdn ---- ++ +.. After a successful migration operation, remove the `network.openshift.io/network-type-migration-` annotation from the `network.config` custom resource by entering the following command: ++ +[source,terminal] +---- +$ oc annotate network.config cluster network.openshift.io/network-type-migration- +---- .Next steps