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
Copy file name to clipboardExpand all lines: articles/openshift/howto-sdn-to-ovn.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,16 @@ OVN-Kuberentes was the default network plugin starting with ARO version 4.11. If
22
22
23
23
OpenShift SDN remains supported on Azure Red Hat OpenShift through version 4.16. See the [Azure Red Hat OpenShift release calendar](support-lifecycle.md#azure-red-hat-openshift-release-calendar) for end-of-life dates.
24
24
25
-
To determine which network plugin your cluster currently uses, run the following command:
26
-
27
-
```
28
-
oc get network.operator.openshift.io cluster -o
29
-
jsonpath='{.spec.defaultNetwork.type}'
30
-
```
31
-
32
-
See [Limited live migration to the OVN-Kubernetes network plugin overview](https://docs.openshift.com/container-platform/4.16/networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.html#nw-ovn-kubernetes-live-migration-about_migrate-from-openshift-sdn) for steps to perform the migration.
33
-
34
-
> [!IMPORTANT]
35
-
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
36
-
>
25
+
1. To determine which network plugin your cluster currently uses, run the following command:
26
+
27
+
```
28
+
oc get network.operator.openshift.io cluster -o
29
+
jsonpath='{.spec.defaultNetwork.type}'
30
+
```
31
+
32
+
1. See [Limited live migration to the OVN-Kubernetes network plugin overview](https://docs.openshift.com/container-platform/4.16/networking/ovn_kubernetes_network_provider/migrate-from-openshift-sdn.html#nw-ovn-kubernetes-live-migration-about_migrate-from-openshift-sdn) for steps to perform the migration.
33
+
34
+
> [!IMPORTANT]
35
+
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
0 commit comments