Skip to content

Commit 5d5d586

Browse files
committed
SME edits
1 parent 4f91bc4 commit 5d5d586

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: how-to
8-
ms.date: 02/13/2025
8+
ms.date: 02/17/2025
99
---
1010

1111
# Migrate from OpenShift SDN to OVN-Kubernetes
@@ -27,10 +27,19 @@ OpenShift SDN remains supported on Azure Red Hat OpenShift through version 4.16.
2727
```
2828
oc get network.operator.openshift.io cluster -o jsonpath='{.spec.defaultNetwork.type}'
2929
```
30-
30+
31+
If you see an output such as `OpenShiftSDN`, proceed to the next step because you'll need to migrate.
32+
3133
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.
3234
3335
> [!IMPORTANT]
3436
> Azure Red Hat OpenShift only supports the limited live migration process. Don't use the offline migration process.
3537
>
36-
38+
39+
## Next steps
40+
41+
- [Learn more about OVN-Kubernetes](concepts-ovn-kubernetes.md).
42+
- [Learn more about the OVN-Kubernetes network plugin](https://docs.openshift.com/container-platform/4.17/networking/ovn_kubernetes_network_provider/about-ovn-kubernetes.html).
43+
44+
45+

0 commit comments

Comments
 (0)