Skip to content

Commit 94f08ef

Browse files
committed
OSDOCS-14901: Added network-type-migration- annotation step to nw-ovn-kubernetes-migration.adoc doc
1 parent 94a117e commit 94f08ef

File tree

2 files changed

+18
-4
lines changed

2 files changed

+18
-4
lines changed

modules/initiating-limited-live-migration.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,11 @@ $ oc get network.config.openshift.io cluster -o jsonpath='{.status.networkType}'
5858
$ oc get network.config cluster -o=jsonpath='{.status.conditions}' | jq .
5959
----
6060
+
61-
You can check limited live migration metrics for troubleshooting issues. For more information, see "Checking limited live migration metrics".
61+
You can check limited live migration metrics for troubleshooting issues. For more information, see "Checking limited live migration metrics".
62+
63+
. Remove the `network.openshift.io/network-type-migration=` annotation from the `network.config` custom resource by entering the following command:
64+
+
65+
[source,terminal]
66+
----
67+
$ oc annotate network.config cluster network.openshift.io/network-type-migration-
68+
----

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,29 +460,36 @@ $ oc get co
460460
The status of every cluster Operator must be the following: `AVAILABLE="True"`, `PROGRESSING="False"`, `DEGRADED="False"`. If a cluster Operator is not available or degraded, check the logs for the cluster Operator for more information.
461461

462462
. Complete the following steps only if the migration succeeds and your cluster is in a good state:
463-
463+
+
464464
.. To remove the migration configuration from the CNO configuration object, enter the following command:
465465
+
466466
[source,terminal]
467467
----
468468
$ oc patch Network.operator.openshift.io cluster --type='merge' \
469469
--patch '{ "spec": { "migration": null } }'
470470
----
471-
471+
+
472472
.. To remove custom configuration for the OpenShift SDN network provider, enter the following command:
473473
+
474474
[source,terminal]
475475
----
476476
$ oc patch Network.operator.openshift.io cluster --type='merge' \
477477
--patch '{ "spec": { "defaultNetwork": { "openshiftSDNConfig": null } } }'
478478
----
479-
479+
+
480480
.. To remove the OpenShift SDN network provider namespace, enter the following command:
481481
+
482482
[source,terminal]
483483
----
484484
$ oc delete namespace openshift-sdn
485485
----
486+
+
487+
.. Remove the `network.openshift.io/network-type-migration=` annotation from the `network.config` custom resource by entering the following command:
488+
+
489+
[source,terminal]
490+
----
491+
$ oc annotate network.config cluster network.openshift.io/network-type-migration-
492+
----
486493

487494
.Next steps
488495

0 commit comments

Comments
 (0)