diff --git a/modules/nw-ovn-kubernetes-migration.adoc b/modules/nw-ovn-kubernetes-migration.adoc index 79eda13301..fca77c587d 100644 --- a/modules/nw-ovn-kubernetes-migration.adoc +++ b/modules/nw-ovn-kubernetes-migration.adoc @@ -65,7 +65,8 @@ EOT + [source,terminal] ---- -$ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}' +$ oc patch Network.operator.openshift.io cluster --type='merge' \ +--patch '{"spec":{"migration":null}}' ---- . To prepare all the nodes for the migration, set the `migration` field on the CNO configuration object by running the following command: