Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions modules/removing-nncp-limited-live-migration.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -46,4 +47,4 @@ Network Manager stores the connection profile for the bonded primary interface i
[source,terminal]
----
$ oc delete nncp <nncp_manifest_filename>
----
----