Skip to content

Commit c65c6be

Browse files
committed
Formatting with steps
1 parent ea8c3b3 commit c65c6be

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

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

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,16 @@ OVN-Kuberentes was the default network plugin starting with ARO version 4.11. If
2222

2323
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.
2424

25-
To determine which network plugin your cluster currently uses, run the following command:
26-
27-
```
28-
oc get network.operator.openshift.io cluster -o
29-
jsonpath='{.spec.defaultNetwork.type}'
30-
```
31-
32-
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.
33-
34-
> [!IMPORTANT]
35-
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
36-
>
25+
1. To determine which network plugin your cluster currently uses, run the following command:
26+
27+
```
28+
oc get network.operator.openshift.io cluster -o
29+
jsonpath='{.spec.defaultNetwork.type}'
30+
```
31+
32+
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.
33+
34+
> [!IMPORTANT]
35+
> Azure Red Hat OpenShift only supports the Limited live migration process. Don't use the offline migration process.
36+
>
37+

0 commit comments

Comments
 (0)