Skip to content

Commit 6850ab0

Browse files
committed
OSDOCS-14901: Added network-type-migration- annotation step to nw-ovn-kubernetes-migration.adoc doc
1 parent 784857e commit 6850ab0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

modules/nw-ovn-kubernetes-migration.adoc

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -428,29 +428,36 @@ $ oc get co
428428
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.
429429

430430
. Complete the following steps only if the migration succeeds and your cluster is in a good state:
431-
431+
+
432432
.. To remove the migration configuration from the CNO configuration object, enter the following command:
433433
+
434434
[source,terminal]
435435
----
436436
$ oc patch Network.operator.openshift.io cluster --type='merge' \
437437
--patch '{ "spec": { "migration": null } }'
438438
----
439-
439+
+
440440
.. To remove custom configuration for the OpenShift SDN network provider, enter the following command:
441441
+
442442
[source,terminal]
443443
----
444444
$ oc patch Network.operator.openshift.io cluster --type='merge' \
445445
--patch '{ "spec": { "defaultNetwork": { "openshiftSDNConfig": null } } }'
446446
----
447-
447+
+
448448
.. To remove the OpenShift SDN network provider namespace, enter the following command:
449449
+
450450
[source,terminal]
451451
----
452452
$ oc delete namespace openshift-sdn
453453
----
454+
+
455+
.. After a successful migration operation, remove the `network.openshift.io/network-type-migration-` annotation from the `network.config` custom resource by entering the following command:
456+
+
457+
[source,terminal]
458+
----
459+
$ oc annotate network.config cluster network.openshift.io/network-type-migration-
460+
----
454461

455462
.Next steps
456463

0 commit comments

Comments
 (0)