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:
committed by
openshift-cherrypick-robot
parent
46826a2afe
commit
80bd4e3bcd
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user