From 80bd4e3bcd4f2b4ade4d2606dcd3ffe0dbc5cffa Mon Sep 17 00:00:00 2001 From: Avani Bhatt Date: Tue, 13 Aug 2024 11:22:20 +0100 Subject: [PATCH] Updated the command syntax --- modules/nw-ovn-kubernetes-migration.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: