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
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,20 @@ author: johnmarco
5
5
ms.author: johnmarc
6
6
ms.service: azure-redhat-openshift
7
7
ms.topic: how-to
8
-
ms.date: 02/11/2025
9
-
#Customer intent: As an operator or developer, I need to migrate from OpenShift SDN to OVN-Kubernetes.
8
+
ms.date: 02/12/2025
10
9
---
10
+
11
11
# Migrate from OpenShift SDN to OVN-Kubernetes
12
12
13
13
OpenShift SDN, a component of Red Hat OpenShift Networking, is a network plugin that uses software-defined networking (SDN) to create a unified network for your cluster. This network allows communication between pods across the OpenShift Container Platform. OpenShift SDN manages this network by configuring an overlay network using Open vSwitch (OVS).
14
14
15
-
OpenShift SDN has been deprecated since version 4.14 and will no longer be supported starting with version 4.17. Therefore, if your cluster is using OpenShift SDN, you must migrate to OVN-Kubernetes before upgrading to any major OpenShift version beyond 4.16. OVN-Kubernetes is now the only supported network plugin.
15
+
OpenShift SDN has been deprecated since version 4.14 and will no longer be supported starting with version 4.17. Therefore, if your cluster is using OpenShift SDN, you must migrate to OVN-Kubernetes before upgrading to any minor OpenShift version beyond 4.16.
16
16
17
17
## Migrating to OVN-Kubernetes for Azure Red Hat OpenShift
18
18
19
19
If your Azure Red Hat OpenShift (ARO) cluster is using the OpenShift SDN network plugin, you must migrate to the OVN-Kubernetes plugin before updating to version 4.17.
20
20
21
-
> [!IMPORTANT]
22
-
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
23
-
>
24
-
If you installed your ARO cluster with version 4.11 or later, OVN-Kubernetes was the default network plugin. You likely don't need to perform a migration.
21
+
OVN-Kuberentes was the default network plugin starting with ARO version 4.11. If you installed your cluster with version 4.11 or later, you likely don't need to perform a migration.
25
22
26
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.
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.
36
33
37
-
38
-
39
-
40
-
41
-
34
+
> [!IMPORTANT]
35
+
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
0 commit comments