Skip to content

Commit 324c023

Browse files
committed
Updated the command syntax
1 parent 1646726 commit 324c023

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ EOT
6565
+
6666
[source,terminal]
6767
----
68-
$ oc patch Network.operator.openshift.io cluster --type='merge' \ --patch '{"spec":{"migration":null}}'
68+
$ oc patch Network.operator.openshift.io cluster --type='merge' \
69+
--patch '{"spec":{"migration":null}}'
6970
----
7071

7172
. To prepare all the nodes for the migration, set the `migration` field on the CNO configuration object by running the following command:

0 commit comments

Comments
 (0)