Skip to content

Commit ea8c3b3

Browse files
committed
SME edits
1 parent c44b695 commit ea8c3b3

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

articles/openshift/howto-sdn-to-ovn.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,20 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
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
109
---
10+
1111
# Migrate from OpenShift SDN to OVN-Kubernetes
1212

1313
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).
1414

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.
1616

1717
## Migrating to OVN-Kubernetes for Azure Red Hat OpenShift
1818

1919
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.
2020

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.
2522

2623
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.
2724

@@ -34,8 +31,6 @@ jsonpath='{.spec.defaultNetwork.type}'
3431

3532
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.
3633

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.
36+
>

0 commit comments

Comments
 (0)