diff --git a/modules/removing-nncp-limited-live-migration.adoc b/modules/removing-nncp-limited-live-migration.adoc index 6ac31ca15f53..3d775106dd80 100644 --- a/modules/removing-nncp-limited-live-migration.adoc +++ b/modules/removing-nncp-limited-live-migration.adoc @@ -20,7 +20,8 @@ If you have an NNCP applied to the primary interface, you must delete the NNCP b + [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}}' ---- . Delete the `NodeNetworkConfigurationPolicy` (NNCP) custom resource (CR) that defines the primary network interface for the OpenShift SDN network plugin by completing the following steps: @@ -46,4 +47,4 @@ Network Manager stores the connection profile for the bonded primary interface i [source,terminal] ---- $ oc delete nncp ----- +---- \ No newline at end of file