You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ oc get network.config cluster -o=jsonpath='{.status.conditions}' | jq .
59
59
----
60
60
+
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
+
. 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:
Copy file name to clipboardExpand all lines: modules/nw-ovn-kubernetes-migration.adoc
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -206,7 +206,7 @@ The MTU for the Geneve overlay network. This value is normally configured automa
206
206
The UDP port for the Geneve overlay network. If a value is not specified, the default is `6081`. The port cannot be the same as the VXLAN port that is used by OpenShift SDN. The default value for the VXLAN port is `4789`.
207
207
`ipv4_subnet`::
208
208
An IPv4 address range for internal use by OVN-Kubernetes. You must ensure that the IP address range does not overlap with any other subnet used by your {product-title} installation. The IP address range must be larger than the maximum number of nodes that can be added to the cluster. The default value is `100.64.0.0/16`.
209
-
`routingViaHost::
209
+
`routingViaHost`::
210
210
A value of `true` sets local gateway mode and a value of `false` sets shared gateway mode. The default value is `false`. In local gateway mode, traffic is routed through the host network stack. In shared gateway mode, traffic is not routed through the host network stack.
211
211
`ipForwarding:`:: Set IP forwarding to `Global` alongside the local gateway mode if you need the host network of the node to act as a router for traffic not related to OVN-Kubernetes.
212
212
--
@@ -460,29 +460,36 @@ $ oc get co
460
460
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.
461
461
462
462
. Complete the following steps only if the migration succeeds and your cluster is in a good state:
463
-
463
+
+
464
464
.. To remove the migration configuration from the CNO configuration object, enter the following command:
.. To remove the OpenShift SDN network provider namespace, enter the following command:
481
481
+
482
482
[source,terminal]
483
483
----
484
484
$ oc delete namespace openshift-sdn
485
485
----
486
+
+
487
+
.. 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:
0 commit comments