Skip to content

Commit c44b695

Browse files
committed
Draft of text
1 parent 66800e1 commit c44b695

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

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

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Migrate from OpenShift SDN to OVN-Kubernetes
3-
description: Discover how migrate from OpenShift SDN to OVN-Kubernetes.
3+
description: Discover how to migrate from OpenShift SDN to OVN-Kubernetes.
44
author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
@@ -10,6 +10,31 @@ ms.date: 02/11/2025
1010
---
1111
# Migrate from OpenShift SDN to OVN-Kubernetes
1212

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+
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.
16+
17+
## Migrating to OVN-Kubernetes for Azure Red Hat OpenShift
18+
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+
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.
25+
26+
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.
27+
28+
To determine which network plugin your cluster currently uses, run the following command:
29+
30+
```
31+
oc get network.operator.openshift.io cluster -o
32+
jsonpath='{.spec.defaultNetwork.type}'
33+
```
34+
35+
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+
37+
1338

1439

1540

0 commit comments

Comments
 (0)