1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

Updated the command syntax

This commit is contained in:
Avani Bhatt
2024-08-13 11:22:20 +01:00
committed by openshift-cherrypick-robot
parent 46826a2afe
commit 80bd4e3bcd

View File

@@ -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: