Skip to content
Closed
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: 11 additions & 2 deletions modules/nw-ovn-kubernetes-rollback-live.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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-
----
----

.. To remove the OVN-Kubernetes network provider namespace, enter the following command:
+
[source,terminal]
----
$ oc delete namespace openshift-ovn-kubernetes
----