diff --git a/modules/nw-ovn-kubernetes-rollback-live.adoc b/modules/nw-ovn-kubernetes-rollback-live.adoc index 6b3b05327dd1..df8cf29c7dce 100644 --- a/modules/nw-ovn-kubernetes-rollback-live.adoc +++ b/modules/nw-ovn-kubernetes-rollback-live.adoc @@ -71,9 +71,18 @@ The command prints the following information every second: * The conditions on the status of the `network.config.openshift.io/cluster` object, reporting the progress of the migration. * The status of different nodes with respect to the `machine-config-operator` resource, including whether they are upgrading or have been upgraded, as well as their current and desired configurations. -. After the rollback procedure has completed, enter the following command to remove the `network.openshift.io/network-type-migration=` annotation from the `network.config` custom resource: +. Complete the following steps only if the migration succeeds and your cluster is in a good state: + +.. To remove the `network.openshift.io/network-type-migration=` annotation from the `network.config` custom resource, enter the following command: + [source,terminal] ---- $ oc annotate network.config cluster network.openshift.io/network-type-migration- ----- \ No newline at end of file +---- + +.. To remove the OVN-Kubernetes network provider namespace, enter the following command: ++ +[source,terminal] +---- +$ oc delete namespace openshift-ovn-kubernetes +----