Skip to content

Commit 4f91bc4

Browse files
committed
Added code block
1 parent 38430f1 commit 4f91bc4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 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/12/2025
8+
ms.date: 02/13/2025
99
---
1010

1111
# Migrate from OpenShift SDN to OVN-Kubernetes
@@ -24,9 +24,10 @@ OpenShift SDN remains supported on Azure Red Hat OpenShift through version 4.16.
2424

2525
1. To determine which network plugin your cluster currently uses, run the following command:
2626

27+
```
2728
oc get network.operator.openshift.io cluster -o jsonpath='{.spec.defaultNetwork.type}'
28-
29-
29+
```
30+
3031
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.
3132
3233
> [!IMPORTANT]

0 commit comments

Comments
 (0)